stm32u5/stm32_rcc.h

fix conditional compilation term (#else)
This commit is contained in:
simbit18 2022-09-22 10:37:56 +02:00 committed by Xiang Xiao
parent 40366f4153
commit 5a085176fe
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define EXTERN extern "C"
extern "C"
{
#elseO
#else
#define EXTERN extern
#endif