Retire HAL for STM32F4 / F7 (#20153)
This commit is contained in:
@@ -61,11 +61,7 @@
|
||||
#define _O3 __attribute__((optimize("O3")))
|
||||
|
||||
#ifndef UNUSED
|
||||
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
|
||||
#define UNUSED(X) (void)X
|
||||
#else
|
||||
#define UNUSED(x) ((void)(x))
|
||||
#endif
|
||||
#define UNUSED(x) ((void)(x))
|
||||
#endif
|
||||
|
||||
// Clock speed factors
|
||||
|
||||
Reference in New Issue
Block a user