tmedicci commented on code in PR #10854: URL: https://github.com/apache/nuttx/pull/10854#discussion_r1346197804
########## arch/xtensa/include/esp32s3/irq.h: ########## @@ -37,6 +37,16 @@ #define ESP32S3_INT_PRIO_DEF 1 +/* CPU interrupt flags: + * These flags can be used to specify which interrupt qualities the + * code calling esp32s3_setup_irq needs. + */ + +#define ESP32S3_CPUINT_FLAG_LEVEL (1 << 1) /* Level-triggered interrupt */ Review Comment: Fixed ;) -- 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