stbenn commented on code in PR #16293: URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070234101
########## arch/arm/src/stm32f0l0g0/stm32_crypto.c: ########## @@ -79,7 +79,7 @@ static int stm32_newsession(uint32_t *sid, struct cryptoini *cri) *sid = g_stm32_sesnum++; break; - default : + default: Review Comment: This, along with the serial related changes you pointed out, was because `nxstyle` fails on these. I will remove the changes, hopefully that doesn't break the CI tests. -- 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