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.
Dependencies: mbed m3pi FreeRTOS_V8_2_1_LPC1768
Diff: main.cpp
- Revision:
- 1:be76e6fdff84
- Parent:
- 0:7f7fa5e631ec
- Child:
- 2:7a112956091c
--- a/main.cpp Sun Sep 13 11:10:48 2015 +0000 +++ b/main.cpp Sun Sep 13 11:18:57 2015 +0000 @@ -13,7 +13,6 @@ { (void) pvParameters; // Just to stop compiler warnings. for (;;) { - vTaskDelay(500); led1 = !led1; printf("Task A\n"); vTaskDelay(500);