summaryrefslogtreecommitdiffstats
path: root/watch-library/hardware/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/hardware/main.c')
-rwxr-xr-xwatch-library/hardware/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/watch-library/hardware/main.c b/watch-library/hardware/main.c
index 325610f6..8ac4fca6 100755
--- a/watch-library/hardware/main.c
+++ b/watch-library/hardware/main.c
@@ -79,7 +79,6 @@ int main(void) {
while (1) {
bool usb_enabled = hri_usbdevice_get_CTRLA_ENABLE_bit(USB);
bool can_sleep = app_loop();
-
if (can_sleep && !usb_enabled) {
app_prepare_for_standby();
sleep(4);