mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Commit whole Creative Zen Vision:M target tree + all related firmware/
changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46b4928611
commit
95167e0177
41 changed files with 2940 additions and 75 deletions
|
|
@ -24,9 +24,13 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
enum SPI_target {
|
||||
#ifndef CREATIVE_ZVM
|
||||
SPI_target_TSC2100 = 0,
|
||||
SPI_target_RX5X348AB,
|
||||
SPI_target_BACKLIGHT,
|
||||
#else
|
||||
SPI_target_LTV250QV = 0,
|
||||
#endif
|
||||
SPI_MAX_TARGETS,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue