Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006)
This commit is contained in:
committed by
Scott Lahteine
parent
4dbec774b5
commit
e0276d2f32
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if !defined(STM32F4)
|
||||
#if !defined(STM32F4) && !defined(STM32F4xx)
|
||||
#error "Oops! Make sure you have an STM32F4 board selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user