aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc/systick/systick.c
diff options
context:
space:
mode:
authorchrysn2012-10-18 22:26:46 +0200
committerchrysn2012-10-18 22:48:14 +0200
commitbc5146b710c8be3dfa4a8601bd3ca29408ae6397 (patch)
tree59db7de45b827d86a8197eb15d5f78d5e184c44d /examples/stm32/f1/obldc/systick/systick.c
parente20f1c0d8fb6c75c434b93834a9d67262198d908 (diff)
unified systick handling
the only change this results in in the example binaries is in the hackrf-jellybean/systick example, where the the check in systick_set_clocksource for overflowing from the stm32 area gets used.
Diffstat (limited to 'examples/stm32/f1/obldc/systick/systick.c')
-rw-r--r--examples/stm32/f1/obldc/systick/systick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/obldc/systick/systick.c b/examples/stm32/f1/obldc/systick/systick.c
index 7abdd54..1426793 100644
--- a/examples/stm32/f1/obldc/systick/systick.c
+++ b/examples/stm32/f1/obldc/systick/systick.c
@@ -22,7 +22,7 @@
#include <libopencm3/stm32/f1/flash.h>
#include <libopencm3/stm32/f1/gpio.h>
#include <libopencm3/cm3/nvic.h>
-#include <libopencm3/stm32/systick.h>
+#include <libopencm3/cm3/systick.h>
u32 temp32;