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: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
Diff: main.cpp
- Revision:
- 19:09ad3ca689f3
- Parent:
- 18:1864979c9b3c
- Child:
- 20:f3e8319b7899
--- a/main.cpp	Sun Apr 28 11:25:43 2019 +0000
+++ b/main.cpp	Mon Apr 29 16:34:28 2019 +0000
@@ -1,7 +1,7 @@
 #include "main.h"
 
 int main(){
-    cRR_test();
+    CR_test();
     return 1;
 }
 
    