diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-10-27 17:55:03 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-10-27 17:55:03 -0700 |
| commit | 9a4efed8cbaca3aa48c6cc0ce0a4e267eef7a8e1 (patch) | |
| tree | a4503697ca0d3fab4e15ee6add1171165ac32146 /ports | |
| parent | 85dadf3a561c21e284d5daf42b1b3e367ce7ebc6 (diff) | |
Start tweaking the workflow to sleep
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/esp32s2/common-hal/alarm_touch/__init__.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/esp32s2/common-hal/alarm_touch/__init__.c b/ports/esp32s2/common-hal/alarm_touch/__init__.c deleted file mode 100644 index df32b2693..000000000 --- a/ports/esp32s2/common-hal/alarm_touch/__init__.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "esp_sleep.h" - -#include "shared-bindings/alarm_touch/__init__.h" - -void common_hal_alarm_touch_disable (void) { - esp_sleep_disable_wakeup_source(ESP_SLEEP_WAKEUP_TOUCHPAD); -} |
