arch/arm/src/tiva: Fix another Tiva-related error found in build testing.

This commit is contained in:
Gregory Nutt
2018-12-09 14:06:45 -06:00
parent 9d74e87167
commit c125f65d81
+1 -1
View File
@@ -739,7 +739,7 @@ void tiva_gpioirqdisable(pinconfig_t pinconfig)
* *
****************************************************************************/ ****************************************************************************/
void tiva_gpioirqclear(pinconfig) void tiva_gpioirqclear(pinconfig_t pinconfig)
{ {
uint8_t port = (pinconfig & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT; uint8_t port = (pinconfig & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT;
uint8_t pin = (pinconfig & GPIO_PIN_MASK); uint8_t pin = (pinconfig & GPIO_PIN_MASK);