summaryrefslogtreecommitdiff
path: root/utils/tcctool/tcctool.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tcctool/tcctool.c')
-rw-r--r--utils/tcctool/tcctool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c
index 4b3889134c..82aed58243 100644
--- a/utils/tcctool/tcctool.c
+++ b/utils/tcctool/tcctool.c
@@ -58,7 +58,7 @@ static struct device_t devices[] =
58 {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 }, 58 {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 },
59 {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 }, 59 {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 },
60 {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 }, 60 {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 },
61 {"ypk3", "Samsung YP-K3, 0xb021, 0x20000000, 0x62e92018 }, 61 {"ypk3", "Samsung YP-K3", 0xb021, 0x20000000, 0x62e92018 },
62}; 62};
63 63
64#define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) 64#define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t)))