diff --git a/bootloader/common.c b/bootloader/common.c index 2ec83fdd13..e6b8f5a7d2 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -31,7 +31,7 @@ /* 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. */ #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; #else bool verbose = true;