1
0
Fork 0
forked from len0rd/rockbox

sd-as3525v2: cosmetics

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25762 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-30 08:57:56 +00:00
parent 021d4db277
commit bc3c5c1657

View file

@ -949,7 +949,7 @@ static int sd1_oneshot_callback(struct timeout *tmo)
(void)tmo; (void)tmo;
/* This is called only if the state was stable for 300ms - check state /* This is called only if the state was stable for 300ms - check state
* * and post appropriate event. */ * and post appropriate event. */
if (card_detect_target()) if (card_detect_target())
{ {
queue_broadcast(SYS_HOTSWAP_INSERTED, 0); queue_broadcast(SYS_HOTSWAP_INSERTED, 0);