mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
reboot: Remove SYS_DOWN to avoid the confusion
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
404de093a1
commit
165e266502
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define SYS_DOWN 0x0001 /* Notify of system down */
|
||||
#define SYS_RESTART SYS_DOWN
|
||||
#define SYS_RESTART 0x0001 /* Notify of system restart */
|
||||
#define SYS_HALT 0x0002 /* Notify of system halt */
|
||||
#define SYS_POWER_OFF 0x0003 /* Notify of system power off */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue