mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmüller (based on press image).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0bab2ff9a
commit
39f4408b63
5 changed files with 106 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ static void spi_txrx(unsigned char *buf_tx, unsigned char *buf_rx, int n)
|
|||
if (buf_rx != NULL)
|
||||
buf_rx[i] = rxdata & 0xFF;
|
||||
|
||||
//udelay(100);
|
||||
udelay(100);
|
||||
}
|
||||
|
||||
select_hid(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue