ok

Dependencies:   mbed-rtos mbed

Fork of cmsis_rtos_basic by mbed official

Revision:
3:067f3686b245
Parent:
1:b24c48a7ab84
--- a/main.cpp	Mon Jul 30 10:27:43 2012 +0000
+++ b/main.cpp	Fri Nov 23 10:49:40 2012 +0000
@@ -4,7 +4,7 @@
 DigitalOut led1(LED1);
 DigitalOut led2(LED2);
 
-void led2_thread(void const *argument) {
+void led2_thread(void const *args) {
     while (true) {
         led2 = !led2;
         osDelay(1000);