summaryrefslogtreecommitdiff
path: root/common/extpower_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/extpower_common.c')
-rw-r--r--common/extpower_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/extpower_common.c b/common/extpower_common.c
index 453bab3a2c..9021b77626 100644
--- a/common/extpower_common.c
+++ b/common/extpower_common.c
@@ -7,6 +7,10 @@
#include "hooks.h"
#include "host_command.h"
+__overridable void board_check_extpower(void)
+{
+}
+
void extpower_handle_update(int is_present)
{
uint8_t *memmap_batt_flags;