aboutsummaryrefslogtreecommitdiff
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 80243f02b..af99f52b5 100644
--- a/common/avr/suspend.c
+++ b/common/avr/suspend.c
@@ -85,6 +85,8 @@ void suspend_power_down(void)
85 power_down(WDTO_15MS); 85 power_down(WDTO_15MS);
86} 86}
87 87
88__attribute__ ((weak)) void matrix_power_up(void) {}
89__attribute__ ((weak)) void matrix_power_down(void) {}
88bool suspend_wakeup_condition(void) 90bool suspend_wakeup_condition(void)
89{ 91{
90 matrix_power_up(); 92 matrix_power_up();