Skip to content

Commit 4df43ea

Browse files
committed
use single powerdown script
Signed-off-by: Michel-FK <[email protected]>
1 parent 0efd7f0 commit 4df43ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpio_mapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#define NOE_GPIO_MASK (1 << 10)
9292

9393
/* Shell command for shutdown upon receiving either long PEK or NOE signal */
94-
#define SHELL_COMMAND_SHUTDOWN "sched_shutdown 0.1"
94+
#define SHELL_COMMAND_SHUTDOWN "powerdown schedule 0.1"
9595

9696
/* PCAL6416A/PCAL9539A I2C GPIO expander chip pseudo-file descriptor */
9797
static int fd_pcal6416a;

0 commit comments

Comments
 (0)