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.
Revision 1:8cd390425e1f, committed 2016-04-01
- Comitter:
- justinkim
- Date:
- Fri Apr 01 00:20:52 2016 +0000
- Parent:
- 0:442f18a546fc
- Commit message:
- first commit
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Apr 01 00:20:15 2016 +0000
+++ b/main.cpp Fri Apr 01 00:20:52 2016 +0000
@@ -29,7 +29,7 @@
int main(void)
{
char ch;
- bt.baud(115200);
+ pc.baud(115200);
pc.printf("Hello World!\n\r");
while(1)