aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 20:21:53 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 20:21:53 +0200
commitce1575d3edfe5dd68e92e303102af20ec7b83a88 (patch)
tree12640c2c983af19b850d0e176a96059b5910c394 /os/common
parent8f9b3b43026398a2599545b4d6236d3100d42a19 (diff)
downloadChibiOS-Contrib-ce1575d3edfe5dd68e92e303102af20ec7b83a88.tar.gz
ChibiOS-Contrib-ce1575d3edfe5dd68e92e303102af20ec7b83a88.tar.bz2
ChibiOS-Contrib-ce1575d3edfe5dd68e92e303102af20ec7b83a88.zip
Added hw_timer to cmparams.h for tm4c129x.
Diffstat (limited to 'os/common')
-rw-r--r--os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
index bd9dc0d..564d107 100644
--- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h
@@ -92,6 +92,7 @@ typedef int IRQn_Type;
#include "inc/hw_sysctl.h"
#include "inc/hw_gpio.h"
#include "inc/hw_uart.h"
+#include "inc/hw_timer.h"
#if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8)
#error "TivaWare NUM_INTERRUPTS mismatch"