diff options
author | tmk <hasu@tmk-kbd.com> | 2015-01-15 17:12:26 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-01-15 17:12:26 +0900 |
commit | 65a2ce94a305f46c8f258e2f1613201a69bc8114 (patch) | |
tree | acd515b6e5f9ab0f010bc5eac9ae9677f9bad618 /common/suspend.h | |
parent | 10a6b2c7d8bc9c5d2657acdeefa1102be5035280 (diff) | |
parent | 517817b9c7f00b180385c6bdf5310234185e5b98 (diff) | |
download | firmware-65a2ce94a305f46c8f258e2f1613201a69bc8114.tar.gz firmware-65a2ce94a305f46c8f258e2f1613201a69bc8114.tar.bz2 firmware-65a2ce94a305f46c8f258e2f1613201a69bc8114.zip |
Merge branch 'rn42'
Diffstat (limited to 'common/suspend.h')
-rw-r--r-- | common/suspend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/suspend.h b/common/suspend.h index f339c670a..80617a824 100644 --- a/common/suspend.h +++ b/common/suspend.h @@ -6,7 +6,7 @@ void suspend_idle(uint8_t timeout); -void suspend_power_down(uint8_t timeout); +void suspend_power_down(void); bool suspend_wakeup_condition(void); void suspend_wakeup_init(void); |