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:
- 4:e0b1d06c5cc5
- Parent:
- 3:bf6747585064
- Child:
- 5:2530bd8d8f7d
--- a/main.cpp Mon May 24 13:37:53 2021 +0000 +++ b/main.cpp Mon May 24 15:50:26 2021 +0000 @@ -149,7 +149,7 @@ if (add_a_minute) { add_a_minute = false; - update_Display7s(); + actualizar_minuto(); } if (tx_heartbeatSKT) { @@ -164,6 +164,8 @@ } exe_RFiD(); + memset(skytrack_frame, '\0', sizeof(skytrack_frame)); + memset(antena_trailerID_HEX, '\0', sizeof(antena_trailerID_HEX)); //! Actualizar Watchdog HAL_IWDG_Refresh(&my_iwdg);