keever50 commented on code in PR #16281: URL: https://github.com/apache/nuttx/pull/16281#discussion_r2065876471
########## arch/arm/src/rp2040/rp2040_gpio.h: ########## @@ -66,10 +66,10 @@ /* GPIO interrupt modes *****************************************************/ -#define RP2040_GPIO_INTR_LEVEL_LOW 0 -#define RP2040_GPIO_INTR_LEVEL_HIGH 1 -#define RP2040_GPIO_INTR_EDGE_LOW 2 -#define RP2040_GPIO_INTR_EDGE_HIGH 3 +#define RP2040_GPIO_INTR_LEVEL_LOW (0x1) Review Comment: The preview shows only one line but meant to comment a little bit more down woops -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org