arch/arm/src/tiva: Fix an error found in build testing.
This commit is contained in:
parent
b2664c3650
commit
31cf8c67a0
@ -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
|
||||
****************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user