acassis commented on code in PR #16669: URL: https://github.com/apache/nuttx/pull/16669#discussion_r2182668531
########## arch/arm/src/stm32/stm32_fdcan_sock.c: ########## @@ -2128,7 +2127,7 @@ static void fdcan_error_work(void *arg) /* Re-enable ERROR interrupts */ - fdcan_errint(priv, true); + fdcan_putreg(priv, STM32_FDCAN_IE_OFFSET, regval); Review Comment: @csanchezdll shouldn't it be "ie"? I didn't find "regval" variable declared and set here. -- 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