summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index 6d0c25a4d6..e64ceb0171 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -147,7 +147,7 @@
147#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS) 147#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS)
148 148
149/* Define this if target has an additional number of threads specific to it */ 149/* Define this if target has an additional number of threads specific to it */
150#define TARGET_EXTRA_THREADS 2 150#define TARGET_EXTRA_THREADS 3
151 151
152/* Type of mobile power - check this out */ 152/* Type of mobile power - check this out */
153#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ 153#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
@@ -168,9 +168,10 @@
168#define FLASH_SIZE 0x200000 168#define FLASH_SIZE 0x200000
169 169
170/* Define this to the CPU frequency */ 170/* Define this to the CPU frequency */
171/* TODO */
172#define CPU_FREQ 264000000 /* Set by retailOS loader */ 171#define CPU_FREQ 264000000 /* Set by retailOS loader */
173 172
173#define FREQ cpu_frequency
174
174/* define this if the unit can be powered or charged via USB */ 175/* define this if the unit can be powered or charged via USB */
175#define HAVE_USB_POWER 176#define HAVE_USB_POWER
176#define USBPOWER_BUTTON BUTTON_MENU 177#define USBPOWER_BUTTON BUTTON_MENU