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

   ## Summary
   
   and remove the check of SYS_DOWN since it defines to SYS_RESTART in 
reboot_notifer.h:
   ```
     #define SYS_DOWN        0x0001     /* Notify of system down */
     #define SYS_RESTART     SYS_DOWN
     #define SYS_HALT        0x0002     /* Notify of system halt */
     #define SYS_POWER_OFF   0x0003     /* Notify of system power off */
   ```
   
   ## Impact
   
   flush the cache in poweroff path
   
   ## Testing
   
   internal


-- 
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

Reply via email to