mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix typo.
Change-Id: Ib9bd947ac71370e11e7e3d67dbc5f16da0b15ae3
This commit is contained in:
parent
220f9385da
commit
fe5f9e0619
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ int sd_read_sectors(IF_MD2(int drive,) unsigned long start, int count,
|
||||||
/* wait for transfer completion */
|
/* wait for transfer completion */
|
||||||
semaphore_wait(&transfer_completion_signal, TIMEOUT_BLOCK);
|
semaphore_wait(&transfer_completion_signal, TIMEOUT_BLOCK);
|
||||||
|
|
||||||
#ifdef RK27XX_DEBUG
|
#ifdef RK27XX_SD_DEBUG
|
||||||
/* debug stuff */
|
/* debug stuff */
|
||||||
sd_debug_time_rd = 0xffffffff - TMR1CVR;
|
sd_debug_time_rd = 0xffffffff - TMR1CVR;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue