Tiva Timer: Missed one register bit field definition

This commit is contained in:
Gregory Nutt 2015-01-07 12:03:08 -06:00
parent 9eb693845e
commit 5c68f0dd34

View File

@ -942,7 +942,7 @@
/* GPTM Clock Configuration */
#if defined(CONFIG_ARCH_CHIP_TM4C129XNC)
# define TIMER_CC_
# define TIMER_CC_ALTCLK (1 << 0) /* Bit 0: Alternate Clock Source */
#endif
#endif /* __ARCH_ARM_SRC_TIVA_CHIP_TIVA_TIMER_H */