diff options
| -rw-r--r-- | firmware/target/arm/as3525/sd-as3525v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c index 1d3cc9f..6da7d1f 100644 --- a/firmware/target/arm/as3525/sd-as3525v2.c +++ b/firmware/target/arm/as3525/sd-as3525v2.c @@ -530,7 +530,7 @@ static void sd_thread(void) static void init_controller(void) { - int temp = MCI_HCON; /* we just need to read HCON */ +// int temp = MCI_HCON; /* we just need to read HCON */ // panicf("HCON: %8x",temp); // int idx = (MCI_HCON >> 1) & 31; /* Maximum card Index */ // int idx_bits = (1 << idx) -1; |