Skip to content
Snippets Groups Projects
Verified Commit 36d858b9 authored by rahix's avatar rahix
Browse files

feat(epicardium): Implement poweroff


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 24bc7b88
No related branches found
No related tags found
No related merge requests found
Pipeline #1141 passed
......@@ -38,8 +38,8 @@ void vPmicTask(void *pvParameters)
}
if (count == PMIC_PRESS_POWEROFF) {
printf("pmic: Poweroff\n"
"[[ Unimplemented ]]\n");
printf("pmic: Poweroff\n");
MAX77650_setSFT_RST(0x2);
}
uint8_t int_flag = MAX77650_getINT_GLBL();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment