Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBHostMSD_HelloWorld by
Diff: main.cpp
- Revision:
- 2:3e3df7a79050
- Parent:
- 1:473f339c54c1
- Child:
- 4:f8a5c8aa895a
diff -r 473f339c54c1 -r 3e3df7a79050 main.cpp --- a/main.cpp Tue Mar 12 17:30:04 2013 +0000 +++ b/main.cpp Tue Mar 12 17:35:32 2013 +0000 @@ -39,7 +39,7 @@ int main() { - Thread msdTask(msd_task, NULL, osPriorityNormal, (1024+512) * 4); + Thread msdTask(msd_task, NULL, osPriorityNormal, 1024 * 4); while(1) { led=!led; Thread::wait(500);