diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-20 21:10:05 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-20 21:10:05 +1000 |
| commit | 27f329a9dbf18a046ade534c9330b03e586cdb98 (patch) | |
| tree | 085e6c003a850c79156e45a830e2d7a997250284 /src/drivers/include/samd.hpp | |
| parent | 51cb168f79d19eed6083cb5ced3e9f3d97c16746 (diff) | |
| download | tangara-fw-27f329a9dbf18a046ade534c9330b03e586cdb98.tar.gz | |
Add an app console triggered shutdown
Diffstat (limited to 'src/drivers/include/samd.hpp')
| -rw-r--r-- | src/drivers/include/samd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/include/samd.hpp b/src/drivers/include/samd.hpp index 4a31a577..2640eb8b 100644 --- a/src/drivers/include/samd.hpp +++ b/src/drivers/include/samd.hpp @@ -52,6 +52,7 @@ class Samd { auto UpdateUsbStatus() -> void; auto ResetToFlashSamd() -> void; + auto PowerDown() -> void; static auto CreateReadPending() -> SemaphoreHandle_t; |
