use single powerdown script

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2021-06-03 23:28:41 +02:00
parent 0efd7f0823
commit 4df43ea8e3

View File

@ -91,7 +91,7 @@
#define NOE_GPIO_MASK (1 << 10)
/* Shell command for shutdown upon receiving either long PEK or NOE signal */
#define SHELL_COMMAND_SHUTDOWN "sched_shutdown 0.1"
#define SHELL_COMMAND_SHUTDOWN "powerdown schedule 0.1"
/* PCAL6416A/PCAL9539A I2C GPIO expander chip pseudo-file descriptor */
static int fd_pcal6416a;