summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/ata_sd_as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/ata_sd_as3525.c')
-rw-r--r--firmware/target/arm/as3525/ata_sd_as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/ata_sd_as3525.c b/firmware/target/arm/as3525/ata_sd_as3525.c
index 8d0dc042b9..99bf668ec4 100644
--- a/firmware/target/arm/as3525/ata_sd_as3525.c
+++ b/firmware/target/arm/as3525/ata_sd_as3525.c
@@ -359,7 +359,7 @@ static int sd_init_card(const int drive)
359 sd_parse_csd(&card_info[drive]); 359 sd_parse_csd(&card_info[drive]);
360 360
361#if defined(HAVE_MULTIDRIVE) 361#if defined(HAVE_MULTIDRIVE)
362 hs_card = (card_info[drive].speed == 50000000) ? true : false; 362 hs_card = (card_info[drive].speed == 50000000);
363#endif 363#endif
364 364
365 /* Boost MCICLK to operating speed */ 365 /* Boost MCICLK to operating speed */