diff options
Diffstat (limited to 'os/common/startup/ARMCMx')
-rw-r--r-- | os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h | 1 | ||||
-rw-r--r-- | os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h index a8f02e2..7c77368 100644 --- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h @@ -110,6 +110,7 @@ typedef int IRQn_Type; #include "inc/hw_uart.h" #include "inc/hw_timer.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" 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" |