usb mass storage class

This commit is contained in:
NIIBE Yutaka
2011-12-08 11:00:26 +09:00
parent b113e6fa7b
commit 696de23b52
7 changed files with 876 additions and 9 deletions

View File

@@ -439,6 +439,13 @@ main (int argc, char **argv)
"Hello world\r\n\r\n", 35+21+15);
}
#endif
if (msc_recv_cbw () == 0)
{
int r = msc_handle_cbw ();
if (r != 1)
msc_handle_err (r);
}
}
return 0;