Retire HAL for STM32F4 / F7 (#20153)

This commit is contained in:
Jason Smith
2020-11-25 22:37:18 -08:00
committed by GitHub
parent 18853defdd
commit 3a396a25dc
49 changed files with 399 additions and 4958 deletions

View File

@@ -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