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
Revision 2:3f6417fe959d, committed 2021-06-06
- Comitter:
- gr91
- Date:
- Sun Jun 06 20:34:00 2021 +0000
- Parent:
- 1:7f51926123a1
- Commit message:
- v1
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7f51926123a1 -r 3f6417fe959d main.cpp
--- a/main.cpp Sun Jun 06 20:17:29 2021 +0000
+++ b/main.cpp Sun Jun 06 20:34:00 2021 +0000
@@ -6,7 +6,7 @@
int main()
{
int i=0;
- pc.printf("Test eu terminal \n\r"); // Write terminal
+ pc.printf("Test du terminal \n\r"); // Write terminal
while(1) {
pc.printf("compteur = %D \n\r",i++); // Write terminal
wait(1);