stm32u5/stm32_rcc.h
fix conditional compilation term (#else)
This commit is contained in:
parent
40366f4153
commit
5a085176fe
|
@ -47,7 +47,7 @@
|
|||
#define EXTERN extern "C"
|
||||
extern "C"
|
||||
{
|
||||
#elseO
|
||||
#else
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue