mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
stm32wl5/stm32wl5_rcc.h
fix conditional compilation term (#else)
This commit is contained in:
committed by
Petro Karashchenko
parent
59499c0bb2
commit
d35307dacd
@@ -43,7 +43,7 @@
|
|||||||
#define EXTERN extern "C"
|
#define EXTERN extern "C"
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#elseO
|
#else
|
||||||
#define EXTERN extern
|
#define EXTERN extern
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user