summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-07 22:09:45 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-11 21:09:36 +0100
commitd6f947ebc353319063e02fbd7e916bd3221ca1c1 (patch)
treec1890c83ce6c5f1e41b575f72624de76c4e7efcc /cpukit
parentFixed bug intoduced due to API changes. (diff)
downloadrtems-d6f947ebc353319063e02fbd7e916bd3221ca1c1.tar.bz2
ARMv7-M Systick API change
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/armv7m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/armv7m.h b/cpukit/score/cpu/arm/rtems/score/armv7m.h
index 1005b23ae3..2e119240a9 100644
--- a/cpukit/score/cpu/arm/rtems/score/armv7m.h
+++ b/cpukit/score/cpu/arm/rtems/score/armv7m.h
@@ -84,7 +84,7 @@ typedef struct {
#define ARMV7M_SYSTICK_CALIB_NOREF (1U << 31)
#define ARMV7M_SYSTICK_CALIB_SKEW (1U << 30)
-#define ARMV7M_SYSTICK_CALIB_TENMS(reg) ((reg) & 0xffffffU)
+#define ARMV7M_SYSTICK_CALIB_TENMS_GET(reg) ((reg) & 0xffffffU)
uint32_t calib;
} ARMV7M_Systick;