Updated to the new locm3 changed to stdint types.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define FALLING 0
|
||||
#define RISING 1
|
||||
|
||||
u16 exti_direction = FALLING;
|
||||
uint16_t exti_direction = FALLING;
|
||||
|
||||
/* Set STM32 to 72 MHz. */
|
||||
static void clock_setup(void)
|
||||
|
||||
Reference in New Issue
Block a user