diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2016-10-08 22:14:45 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2016-10-08 22:14:45 +0200 |
commit | 2c2c3c567c329d748d551b29de5cbf04f0ae4beb (patch) | |
tree | c59a797292ae4c716e5182de4a6497f7bf20fbb1 /os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h | |
parent | 9fd36443b43c92bacc594ff4c9c1cce08d49a6e0 (diff) | |
download | ChibiOS-Contrib-2c2c3c567c329d748d551b29de5cbf04f0ae4beb.tar.gz ChibiOS-Contrib-2c2c3c567c329d748d551b29de5cbf04f0ae4beb.tar.bz2 ChibiOS-Contrib-2c2c3c567c329d748d551b29de5cbf04f0ae4beb.zip |
Updated wdg_lld to use TivaWare.
Diffstat (limited to 'os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h')
-rw-r--r-- | os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h | 1 |
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 82d2e02..34528af 100644 --- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h @@ -95,6 +95,7 @@ typedef int IRQn_Type; #include "inc/hw_timer.h" #include "inc/hw_emac.h" #include "inc/hw_i2c.h" +#include "inc/hw_watchdog.h" #if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8) #error "TivaWare NUM_INTERRUPTS mismatch" |