mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
arch/arm/src/tiva: Fix an error found in build testing.
This commit is contained in:
@@ -234,6 +234,16 @@
|
|||||||
# define GPIO_PIN_6 (6 << GPIO_PIN_SHIFT)
|
# define GPIO_PIN_6 (6 << GPIO_PIN_SHIFT)
|
||||||
# define GPIO_PIN_7 (7 << 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
|
* Public Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user