Sansa C200 bootloader works fine, no need to be verbose anymore

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14775 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2007-09-20 12:11:04 +00:00
parent 40c0569cef
commit ab7975b1c9

View file

@ -31,7 +31,7 @@
/* TODO: Other bootloaders need to be adjusted to set this variable to true /* TODO: Other bootloaders need to be adjusted to set this variable to true
on a button press - currently only the ipod, H10 and Sansa versions do. */ on a button press - currently only the ipod, H10 and Sansa versions do. */
#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \ #if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \
|| defined(SANSA_E200) || defined(GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F)
bool verbose = false; bool verbose = false;
#else #else
bool verbose = true; bool verbose = true;