Fix errors and some compiler warnings with HAL_STM32 PlatformIO build (#12869)
This commit is contained in:
committed by
Scott Lahteine
parent
e6484d9dab
commit
8ae6f1e556
@@ -43,7 +43,6 @@ void FastIO_init(); // Must be called before using fast io macros
|
||||
// Defines
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#define _BV(b) (1 << (b))
|
||||
#define _BV32(b) (1UL << (b))
|
||||
|
||||
#if defined(STM32F0xx) || defined(STM32F1xx) || defined(STM32F3xx) || defined(STM32L0xx) || defined(STM32L4xx)
|
||||
|
||||
Reference in New Issue
Block a user