summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index de54e7740f..92f2cc03eb 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -39,6 +39,9 @@
39/* Define this if the platform can charge batteries */ 39/* Define this if the platform can charge batteries */
40#define HAVE_CHARGING 1 40#define HAVE_CHARGING 1
41 41
42/* define this if the hardware can be powered off while charging */
43#define HAVE_POWEROFF_WHILE_CHARGING
44
42/* The start address index for ROM builds */ 45/* The start address index for ROM builds */
43#define ROM_START 0x11010 46#define ROM_START 0x11010
44 47