This commit is contained in:
NIIBE Yutaka
2011-12-09 17:53:45 +09:00
parent ec409fe8a4
commit f58233aa5d
6 changed files with 181 additions and 47 deletions

View File

@@ -439,13 +439,6 @@ 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;