summaryrefslogtreecommitdiff
path: root/src/drivers/include/samd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/samd.hpp')
-rw-r--r--src/drivers/include/samd.hpp1
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;