Fix some warnings found in build testing.

This commit is contained in:
Gregory Nutt 2018-12-09 18:14:25 -06:00
parent c1d58ae8d5
commit eb015e10d5
2 changed files with 0 additions and 2 deletions

View File

@ -647,7 +647,6 @@ int tiva_gpioirqattach(pinconfig_t pinconfig, xcpt_t isr, void *arg)
irqstate_t flags;
uint8_t port = (pinconfig & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT;
uint8_t pinno = (pinconfig & GPIO_PIN_MASK);
uint8_t pin = 1 << pinno;
/* Assign per-pin interrupt handlers */

View File

@ -303,7 +303,6 @@
typedef uint32_t pinconfig_t;
/****************************************************************************
/****************************************************************************
* Public Function Prototypes
****************************************************************************/