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:
- 16:b1bf03ee2878
- Parent:
- 15:3874758e8f7d
- Child:
- 18:1864979c9b3c
--- a/main.cpp Mon Apr 22 13:48:44 2019 +0000
+++ b/main.cpp Mon Apr 22 15:11:14 2019 +0000
@@ -1,7 +1,7 @@
#include "main.h"
int main(){
- CR_test();
+ DM_test();
return 1;
}
