tmedicci commented on code in PR #10854: URL: https://github.com/apache/nuttx/pull/10854#discussion_r1346266382
########## arch/xtensa/src/esp32s3/esp32s3_ble_adapter.c: ########## @@ -717,7 +754,7 @@ static void interrupt_handler_set_wrapper(int intr_num, void *fn, void *arg) adapter->arg = arg; ret = irq_attach(irq, esp_int_adpt_cb, adapter); - DEBUGASSERT(ret == OK); + DEBUGVERIFY(ret); Review Comment: It makes sense! -- 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