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.
Diff: main.cpp
- Revision:
- 3:c490e2d69dd8
- Parent:
- 1:d2ba5afbf91f
- Child:
- 5:2c73ccb2a032
--- a/main.cpp Fri Nov 23 10:37:02 2012 +0000
+++ b/main.cpp Fri Nov 23 10:41:31 2012 +0000
@@ -11,7 +11,7 @@
Queue<message_t, 16> queue;
/* Send Thread */
-void send_thread (void const *argument) {
+void send_thread (void const *args) {
uint32_t i = 0;
while (true) {
i++; // fake data update
