summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/erosqnative.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index 5eb9ba7021..357be1c280 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -9,15 +9,15 @@
9#define BOOTFILE "rockbox." BOOTFILE_EXT 9#define BOOTFILE "rockbox." BOOTFILE_EXT
10#define BOOTDIR "/.rockbox" 10#define BOOTDIR "/.rockbox"
11 11
12/* Define EROSQN_VER as a GCC option if desired - 12/* Define EROSQN_VER as an "extradefine" in the configure script -
13 * v1, v2 players: "1" 13 * v1, v2 players: "1"
14 * v3 players: "3" 14 * v3 players: "3"
15 * Only bootloader will be affected 15 * Only bootloader will be affected.
16 *
17 * This allows us to fix the LCD init issues with v3 players.
16 */ 18 */
17#ifdef BOOTLOADER 19#ifndef EROSQN_VER
18# ifndef EROSQN_VER /* this should probably go in config/erosqnative.h*/ 20#error "Must define EROSQN_VER"
19# define EROSQN_VER 1
20# endif
21#endif 21#endif
22 22
23/* CPU defines */ 23/* CPU defines */