Skip to content

Commit

Permalink
use single powerdown script
Browse files Browse the repository at this point in the history
Signed-off-by: Michel-FK <[email protected]>
  • Loading branch information
Michel-FK committed Jun 3, 2021
1 parent 0efd7f0 commit 4df43ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio_mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4df43ea

Please sign in to comment.