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.
Diff: main.cpp
- Revision:
- 3:bf6747585064
- Parent:
- 1:c7bcbf5eac28
- Child:
- 4:e0b1d06c5cc5
diff -r ec0ddc911bd1 -r bf6747585064 main.cpp --- a/main.cpp Mon May 24 07:51:47 2021 +0000 +++ b/main.cpp Mon May 24 13:37:53 2021 +0000 @@ -135,7 +135,7 @@ my_iwdg.Init.Reload = 0x0FFF; my_iwdg.Init.Window = IWDG_WINDOW_DISABLE; HAL_IWDG_Init(&my_iwdg); - boot_message(); + booting_gtdat(&pcusb, &gv300); while (true) { @@ -154,6 +154,7 @@ if (tx_heartbeatSKT) { tx_heartbeatSKT = false; + memset(skytrack_frame, '\0', sizeof(skytrack_frame)); }