arch/arm/src/tiva: Fix an error found in build testing.

This commit is contained in:
Gregory Nutt 2018-12-09 13:48:53 -06:00
parent b2664c3650
commit 31cf8c67a0

View File

@ -234,6 +234,16 @@
# define GPIO_PIN_6 (6 << GPIO_PIN_SHIFT)
# define GPIO_PIN_7 (7 << GPIO_PIN_SHIFT)
/****************************************************************************
* Public Types
****************************************************************************/
/* This opaque type permits common function prototype for GPIO functions
* across all MCUs.
*/
typedef uint32_t pinconfig_t;
/****************************************************************************
* Public Function Prototypes
****************************************************************************/