Fix some warnings found in build testing.
This commit is contained in:
parent
c1d58ae8d5
commit
eb015e10d5
|
@ -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 */
|
||||
|
||||
|
|
|
@ -303,7 +303,6 @@
|
|||
|
||||
typedef uint32_t pinconfig_t;
|
||||
|
||||
/****************************************************************************
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue