wangzhi16 opened a new pull request, #18253:
URL: https://github.com/apache/nuttx/pull/18253

   
   
   ## Summary
   
   from board/cxd56_automount.c:34:
    board/cxd56_automount.c:94:19: error: braced-group within expression 
allowed only inside a function
    94 | .ddelay = MSEC2TICK(CONFIG_CXD56_SDCARD_AUTOMOUNT_DDELAY),
    | ^~~~~~~~~
    board/cxd56_automount.c:95:19: error: braced-group within expression 
allowed only inside a function
    95 | .udelay = MSEC2TICK(CONFIG_CXD56_SDCARD_AUTOMOUNT_UDELAY),
    | ^~~~~~~~~
   
   Compile-time assignment uses regular division, and runtime assignment uses 
high-performance division
   
   ## Impact
   
   None
   
   ## Testing
   
   ostest PASS
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to