summaryrefslogtreecommitdiff
path: root/common/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/button.c')
-rw-r--r--common/button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/button.c b/common/button.c
index b3e4d2e0ef..89e6d409e2 100644
--- a/common/button.c
+++ b/common/button.c
@@ -22,9 +22,9 @@ struct button_state_t {
int debounced_pressed;
};
-static struct button_state_t state[CONFIG_BUTTON_COUNT];
+static struct button_state_t __bss_slow state[CONFIG_BUTTON_COUNT];
-static uint64_t next_deferred_time;
+static uint64_t __bss_slow next_deferred_time;
/*
* Whether a button is currently pressed.