Fix NUCLEO_F767ZI build, add tests (#19746)
This commit is contained in:
parent
5247bb11f7
commit
7f83231385
3 changed files with 23 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef STM32F767xx
|
||||
#if NOT_TARGET(STM32F767xx)
|
||||
#error "Oops! Select an STM32F767 environment"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue