stm32wl5/stm32wl5_rcc.h
fix conditional compilation term (#else)
This commit is contained in:
parent
59499c0bb2
commit
d35307dacd
|
@ -43,7 +43,7 @@
|
|||
#define EXTERN extern "C"
|
||||
extern "C"
|
||||
{
|
||||
#elseO
|
||||
#else
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue