mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
erosqnative: only check for EROSQN_VER if bootloader build
Change-Id: If1dea2414b5c55d54dfd48aa9b24d29bdd49001a
This commit is contained in:
parent
1f1b3bce86
commit
a7cfee640d
1 changed files with 2 additions and 0 deletions
|
|
@ -16,9 +16,11 @@
|
||||||
*
|
*
|
||||||
* This allows us to fix the LCD init issues with v3 players.
|
* This allows us to fix the LCD init issues with v3 players.
|
||||||
*/
|
*/
|
||||||
|
#ifdef BOOTLOADER
|
||||||
#ifndef EROSQN_VER
|
#ifndef EROSQN_VER
|
||||||
#error "Must define EROSQN_VER"
|
#error "Must define EROSQN_VER"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* CPU defines */
|
/* CPU defines */
|
||||||
#define CONFIG_CPU X1000
|
#define CONFIG_CPU X1000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue