🚸 Retain power during Pause (#22227)

This commit is contained in:
Cytown
2021-06-30 01:58:11 +08:00
committed by Scott Lahteine
parent 0a655c84bf
commit 61c48b8513
5 changed files with 28 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
class Power {
public:
static void check();
static void check(const bool pause);
static void power_on();
static void power_off();
static void power_off_soon();