Clip+ : make the bootloader not verbose by default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25201 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63df74e4a8
commit
97c1497b8d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
|| defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) \
|
|| defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) \
|
||||||
|| defined(SAMSUNG_YH820) || defined(PHILIPS_SA9200) \
|
|| defined(SAMSUNG_YH820) || defined(PHILIPS_SA9200) \
|
||||||
|| defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) \
|
|| defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) \
|
||||||
|| defined(ONDA_VX747)
|
|| defined(ONDA_VX747) || defined(SANSA_CLIPPLUS)
|
||||||
bool verbose = false;
|
bool verbose = false;
|
||||||
#else
|
#else
|
||||||
bool verbose = true;
|
bool verbose = true;
|
||||||
|
|
Loading…
Reference in a new issue