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
Fork of LAB10_Oppgave1 by
Revision 1:f4ea03d315e5, committed 2015-11-05
- Comitter:
- madmonkeyman82
- Date:
- Thu Nov 05 16:17:27 2015 +0000
- Parent:
- 0:1fe30bae9dc1
- Commit message:
- first;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1fe30bae9dc1 -r f4ea03d315e5 main.cpp --- a/main.cpp Wed Nov 04 18:56:08 2015 +0000 +++ b/main.cpp Thu Nov 05 16:17:27 2015 +0000 @@ -4,7 +4,7 @@ int main() { while (1) { - pc.putc(pc.getc()); + pc.putc(pc.getc()+1); } }