suppress redundant-decls warnings for freertos examples
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#if CFG_TUSB_MCU == OPT_MCU_MM32F327X
|
||||
extern u32 SystemCoreClock;
|
||||
#else
|
||||
// FIXME cause redundant-decls warnings
|
||||
extern uint32_t SystemCoreClock;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user