Updated to the new locm3 changed to stdint types.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <libopencm3/stm32/f1/rcc.h>
|
||||
#include <libopencm3/stm32/f1/gpio.h>
|
||||
|
||||
u16 exti_line_state;
|
||||
uint16_t exti_line_state;
|
||||
|
||||
/* Set STM32 to 24 MHz. */
|
||||
static void clock_setup(void)
|
||||
|
||||
Reference in New Issue
Block a user