diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/arm/as3525/debug-as3525.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c index d8d3e013e2..2dda9e4283 100644 --- a/firmware/target/arm/as3525/debug-as3525.c +++ b/firmware/target/arm/as3525/debug-as3525.c | |||
@@ -222,7 +222,7 @@ bool __dbg_hw_info(void) | |||
222 | { | 222 | { |
223 | int line; | 223 | int line; |
224 | int last_nand = 0; | 224 | int last_nand = 0; |
225 | #if defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2) | 225 | #ifdef HAVE_MULTIDRIVE |
226 | int last_sd = 0; | 226 | int last_sd = 0; |
227 | #endif | 227 | #endif |
228 | 228 | ||
@@ -296,7 +296,7 @@ bool __dbg_hw_info(void) | |||
296 | ((last_nand ? (AS3525_PCLK_FREQ/ 1000000): 0) / | 296 | ((last_nand ? (AS3525_PCLK_FREQ/ 1000000): 0) / |
297 | ((last_nand & MCI_CLOCK_BYPASS)? 1:(((last_nand & 0xff)+1) * 2))), | 297 | ((last_nand & MCI_CLOCK_BYPASS)? 1:(((last_nand & 0xff)+1) * 2))), |
298 | calc_freq(CLK_SD_MCLK_NAND)/1000000); | 298 | calc_freq(CLK_SD_MCLK_NAND)/1000000); |
299 | #if defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2) | 299 | #ifdef HAVE_MULTIDRIVE |
300 | if(MCI_SD) | 300 | if(MCI_SD) |
301 | last_sd = MCI_SD; | 301 | last_sd = MCI_SD; |
302 | lcd_putsf(0, line++, "uSD :%3dMHz %3dMHz", | 302 | lcd_putsf(0, line++, "uSD :%3dMHz %3dMHz", |