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 13:003bb1548c33, committed 2019-11-04
- Comitter:
- mohamedwajdi
- Date:
- Mon Nov 04 22:02:38 2019 +0000
- Parent:
- 12:727468adfd1d
- Commit message:
- usb et rs232
Changed in this revision
stm32f103c8t6.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/stm32f103c8t6.h Sat Jun 24 19:05:15 2017 +0000 +++ b/stm32f103c8t6.h Mon Nov 04 22:02:38 2019 +0000 @@ -1,3 +1,5 @@ -#pragma once +//#pragma once #include "PinNames.h" #include "SysClockConf.h" +#include "mbed.h" +#include "USBSerial.h"