You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to enable the gpiote module in nrfx52_config.h (#define NRFX_GPIOTE_ENABLED 1) and I got an incomprehensible error
Error: In file included from repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/nrfx.h:37,
from repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/drivers/src/nrfx_gpiote.c:31:
repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/hal/nrf_gpio.h:46:25: error: expected declaration specifiers or '...' before '(' token
46 | #define NUMBER_OF_PINS (P0_PIN_NUM)
The text was updated successfully, but these errors were encountered:
I tried to enable the gpiote module in nrfx52_config.h (#define NRFX_GPIOTE_ENABLED 1) and I got an incomprehensible error
Error: In file included from repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/nrfx.h:37,
from repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/drivers/src/nrfx_gpiote.c:31:
repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/hal/nrf_gpio.h:46:25: error: expected declaration specifiers or '...' before '(' token
46 | #define NUMBER_OF_PINS (P0_PIN_NUM)
The text was updated successfully, but these errors were encountered: