mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
h300: enable support for iriver_flash
This also modifies the configuration file to include macros defined in the H100 / H120 implementation. Change-Id: Iae845889c98661ec548c04fc57e733dcc346c0f1
This commit is contained in:
parent
f7e0ce8fb9
commit
129001909d
3 changed files with 12 additions and 5 deletions
|
@ -61,7 +61,7 @@ iriverify.c
|
|||
#endif
|
||||
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* Requires real hardware */
|
||||
#if defined(IRIVER_H100_SERIES)
|
||||
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
iriver_flash.c
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue