diff options
Diffstat (limited to 'common/avr/suspend.c')
| -rw-r--r-- | common/avr/suspend.c | 2 |
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) {} | ||
| 88 | bool suspend_wakeup_condition(void) | 90 | bool suspend_wakeup_condition(void) |
| 89 | { | 91 | { |
| 90 | matrix_power_up(); | 92 | matrix_power_up(); |
