arch/arm/src/tiva/hardware: Correct an error in header guard definitions found in build testing.

This commit is contained in:
Gregory Nutt 2018-12-06 08:30:50 -06:00
parent 2c2db2d780
commit 44b57a2932

View File

@ -36,8 +36,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __ARCH_ARM_SRC_TIVA_TIVA_GPIO_H #ifndef __ARCH_ARM_SRC_TIVA_TM4C_TM4C_GPIO_H
#define __ARCH_ARM_SRC_TIVA_TIVA_GPIO_H #define __ARCH_ARM_SRC_TIVA_TM4C_TM4C_GPIO_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@ -298,4 +298,4 @@
uintptr_t tiva_gpiobaseaddress(unsigned int port); uintptr_t tiva_gpiobaseaddress(unsigned int port);
#endif /* __ARCH_ARM_SRC_TIVA_TIVA_GPIO_H */ #endif /* __ARCH_ARM_SRC_TIVA_TM4C_TM4C_GPIO_H */