TM4C: Fix typos in memory map reported by Daniel Pereira de Carvalho

This commit is contained in:
Gregory Nutt 2014-03-12 07:23:58 -06:00
parent 875b985781
commit 3bb6c2fd57
2 changed files with 4 additions and 1 deletions

View File

@ -6976,4 +6976,7 @@
More work is needed. The initial commit is little more thatn the
SAM3U-EK with name changes (2014-3-10).
* configs/spark: Refresh all spark configurations (2014-3-11).
* arch/arm/src/tiva/chip/tm4c_memorymap.h: Fix typos reported by
Daniel Pereira de Carvalho (2014-2-12).

View File

@ -116,7 +116,7 @@
# define TIVA_GPIOG_BASE (TIVA_PERIPH_BASE + 0x26000) /* -0x26fff: GPIO Port G */
# define TIVA_GPIOH_BASE (TIVA_PERIPH_BASE + 0x27000) /* -0x27fff: GPIO Port H */
# define TIVA_PWM0_BASE (TIVA_PERIPH_BASE + 0x28000) /* -0x28fff: PWM 0 */
# define TIVA_PWM1_BASE (TIVA_PERIPH_BASE + 0x28000) /* -0x29fff: PWM 1 */
# define TIVA_PWM1_BASE (TIVA_PERIPH_BASE + 0x29000) /* -0x29fff: PWM 1 */
/* -0x2ffff: Reserved */
# define TIVA_TIMER0_BASE (TIVA_PERIPH_BASE + 0x30000) /* -0x30fff: 16/32 Timer 0 */
# define TIVA_TIMER1_BASE (TIVA_PERIPH_BASE + 0x31000) /* -0x31fff: 16/32 Timer 1 */