summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/spi-target.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-05-14 18:55:19 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-05-14 18:55:19 +0000
commite031db4b87609ab11e62f44166058df1ac790fb3 (patch)
tree3a8867dcf1d8f1106beeed9016943cfe540c2ab9 /firmware/target/arm/tms320dm320/spi-target.h
parent727a8059d7f4d04fb938f14a564ea954256ef72d (diff)
downloadrockbox-e031db4b87609ab11e62f44166058df1ac790fb3.tar.gz
rockbox-e031db4b87609ab11e62f44166058df1ac790fb3.zip
1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)
2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/tms320dm320/spi-target.h')
-rw-r--r--firmware/target/arm/tms320dm320/spi-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/tms320dm320/spi-target.h b/firmware/target/arm/tms320dm320/spi-target.h
index 704867d92b..10da048792 100644
--- a/firmware/target/arm/tms320dm320/spi-target.h
+++ b/firmware/target/arm/tms320dm320/spi-target.h
@@ -24,7 +24,7 @@
24#include <stdbool.h> 24#include <stdbool.h>
25 25
26enum SPI_target { 26enum SPI_target {
27#ifndef CREATIVE_ZVM 27#ifndef CREATIVE_ZVx
28 SPI_target_TSC2100 = 0, 28 SPI_target_TSC2100 = 0,
29 SPI_target_RX5X348AB, 29 SPI_target_RX5X348AB,
30 SPI_target_BACKLIGHT, 30 SPI_target_BACKLIGHT,