Added hw_timer to cmparams.h for tm4c129x.
This commit is contained in:
parent
8f9b3b4302
commit
ce1575d3ed
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue