[STM32F3] When removing typedefs do it right...
and don't declare variables while doing it so that everything starts exploding as soon as you use the header more then once.
This commit is contained in:
@@ -400,7 +400,7 @@ extern const clock_scale_t hsi_8mhz[CLOCK_END];
|
||||
|
||||
enum osc {
|
||||
PLL, HSE, HSI, LSE, LSI
|
||||
} osc_t;
|
||||
};
|
||||
|
||||
BEGIN_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user