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 BSP_DISCO_F746NG
Diff: main.cpp
- Revision:
- 1:c57c528f99f1
- Parent:
- 0:abdc9ad40139
- Child:
- 2:98dae9fe6f5d
diff -r abdc9ad40139 -r c57c528f99f1 main.cpp --- a/main.cpp Mon Aug 12 16:08:43 2019 +0000 +++ b/main.cpp Mon Aug 12 16:17:18 2019 +0000 @@ -1,5 +1,5 @@ #include "mbed.h" - +#include "stm32746g_discovery.h" DigitalOut myled(LED1); int main() {