summaryrefslogtreecommitdiff
path: root/chip/nrf51/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/nrf51/system.c')
-rw-r--r--chip/nrf51/system.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/nrf51/system.c b/chip/nrf51/system.c
index 86d78b3170..94c36202e4 100644
--- a/chip/nrf51/system.c
+++ b/chip/nrf51/system.c
@@ -36,6 +36,9 @@ void system_hibernate(uint32_t seconds, uint32_t microseconds)
/* Flush console before hibernating */
cflush();
+ if (board_hibernate)
+ board_hibernate();
+
/* chip specific standby mode */
CPRINTS("TODO: implement %s()", __func__);
}