summaryrefslogtreecommitdiff
path: root/common/avr/suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/avr/suspend.c')
-rw-r--r--common/avr/suspend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/avr/suspend.c b/common/avr/suspend.c
index 80243f02bc..af99f52b5e 100644
--- a/common/avr/suspend.c
+++ b/common/avr/suspend.c
@@ -85,6 +85,8 @@ void suspend_power_down(void)
power_down(WDTO_15MS);
}
+__attribute__ ((weak)) void matrix_power_up(void) {}
+__attribute__ ((weak)) void matrix_power_down(void) {}
bool suspend_wakeup_condition(void)
{
matrix_power_up();