mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
arch/arm/src/tiva: Fix another Tiva-related error found in build testing.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user