Api-hal-power: reset routine. Power: safe to poweroff message, cleanup. (#436)

This commit is contained in:
あく
2021-04-30 07:51:48 +03:00
committed by GitHub
parent eb82748d50
commit 43ff095724
8 changed files with 77 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <cli/cli.h>
#include "power.h"
void power_cli_init(Cli* cli);
void power_cli_init(Cli* cli, Power* power);