mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Another typo in EMF32 GPIO logic
This commit is contained in:
@@ -132,7 +132,7 @@ static inline uint8_t efm32_getpin(gpio_pinset_t cfgset)
|
||||
|
||||
static inline uint8_t efm32_getmode(gpio_pinset_t cfgset)
|
||||
{
|
||||
return (uint8_t)((cfgset & GPIO_PIN_MASK) >> GPIO_PIN_SHIFT);
|
||||
return (uint8_t)((cfgset & GPIO_MODE_MASK) >> GPIO_MODE_SHIFT);
|
||||
}
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user