Skip to content

Commit

Permalink
stm32wl5/stm32wl5_rcc.h
Browse files Browse the repository at this point in the history
fix conditional compilation term (#else)
  • Loading branch information
simbit18 authored and pkarashchenko committed Sep 22, 2022
1 parent 59499c0 commit d35307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/src/stm32wl5/stm32wl5_rcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define EXTERN extern "C"
extern "C"
{
#elseO
#else
#define EXTERN extern
#endif

Expand Down

0 comments on commit d35307d

Please sign in to comment.