pkarashchenko commented on code in PR #7411: URL: https://github.com/apache/incubator-nuttx/pull/7411#discussion_r1003114740
########## arch/arm/src/phy62xx/flash.c: ########## @@ -43,7 +43,7 @@ #define SPIF_STATUS_WAIT_IDLE(n) \ do \ { \ - while ((AP_SPIF->fcmd &0x02)==0x02); \ + while ((AP_SPIF->fcmd &0x02)==0x02) \ Review Comment: Are we sure that the fix isn't ``` while ((AP_SPIF->fcmd &0x02)==0x02) \ {} \ ``` ? -- 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