diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config.h | 2 | ||||
-rw-r--r-- | firmware/export/config/zenvision.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 7980eb9f43..f731fb5513 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -359,7 +359,7 @@ Lyre prototype 1 */ #elif defined(CREATIVE_ZVM60GB) #include "config/zenvisionm60gb.h" #elif defined(CREATIVE_ZV) -#include "config/zenvisionm.h" +#include "config/zenvision.h" #elif defined(PHILIPS_SA9200) #include "config/gogearsa9200.h" #elif defined(PHILIPS_HDD1630) diff --git a/firmware/export/config/zenvision.h b/firmware/export/config/zenvision.h new file mode 100644 index 0000000000..c2d4b879d3 --- /dev/null +++ b/firmware/export/config/zenvision.h @@ -0,0 +1 @@ +#include "zenvisionm30gb.h" |