aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc43xx
diff options
context:
space:
mode:
authorchrysn2012-10-18 22:26:46 +0200
committerchrysn2012-10-18 22:48:14 +0200
commitbc5146b710c8be3dfa4a8601bd3ca29408ae6397 (patch)
tree59db7de45b827d86a8197eb15d5f78d5e184c44d /examples/lpc43xx
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/lpc43xx')
-rw-r--r--examples/lpc43xx/hackrf-jellybean/systick/systickdemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lpc43xx/hackrf-jellybean/systick/systickdemo.c b/examples/lpc43xx/hackrf-jellybean/systick/systickdemo.c
index 61792d1..d38b0bc 100644
--- a/examples/lpc43xx/hackrf-jellybean/systick/systickdemo.c
+++ b/examples/lpc43xx/hackrf-jellybean/systick/systickdemo.c
@@ -21,7 +21,7 @@
#include <libopencm3/lpc43xx/scu.h>
#include <libopencm3/lpc43xx/cgu.h>
#include <libopencm3/cm3/nvic.h>
-#include <libopencm3/lpc43xx/systick.h>
+#include <libopencm3/cm3/systick.h>
#include <libopencm3/cm3/scs.h>
#include "../jellybean_conf.h"