aboutsummaryrefslogtreecommitdiff
path: root/example-led
diff options
context:
space:
mode:
Diffstat (limited to 'example-led')
-rw-r--r--example-led/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-led/sys.c b/example-led/sys.c
index a37c393..d488b20 100644
--- a/example-led/sys.c
+++ b/example-led/sys.c
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include "board.h"
-#include "clk_gpio_init.c"
+#include "clk_gpio_init-stm32.c"
#define CORTEX_PRIORITY_BITS 4
#define CORTEX_PRIORITY_MASK(n) ((n) << (8 - CORTEX_PRIORITY_BITS))