aboutsummaryrefslogtreecommitdiff
path: root/example-led
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-04-20 17:30:41 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-04-20 17:30:41 +0900
commit437b2dc43ca2e9b39b7be40f41b233bbaa8f8362 (patch)
treea5f79be7bc5e7374244befe23955c700ea9407e7 /example-led
parent3eac2459815c0826d811ed808e5d7687c03638b8 (diff)
Update for STM32
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))