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 mbed-STM32F103C8T6 USBDevice_STM32F103
Revision 4:00ccc80cbeb8, committed 2016-08-14
- Comitter:
- hudakz
- Date:
- Sun Aug 14 09:57:58 2016 +0000
- Parent:
- 3:dd01afd4f893
- Child:
- 5:0be85f1bdb35
- Commit message:
- Updated.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 02 19:39:53 2016 +0000
+++ b/main.cpp Sun Aug 14 09:57:58 2016 +0000
@@ -2,11 +2,12 @@
#include "mbed.h"
#include "USBSerial.h"
-Serial pc(PA_2, PA_3);
DigitalOut myled(LED1);
int main() {
confSysClock(); //Configure system clock (72MHz HSE clock, 48MHz USB clock)
+
+ Serial pc(PA_2, PA_3);
USBSerial usbSerial;
while(1) {
--- a/mbed.bld Tue Aug 02 19:39:53 2016 +0000 +++ b/mbed.bld Sun Aug 14 09:57:58 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/b0220dba8be7 \ No newline at end of file