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: easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code
Diff: Flash/flash_programming.cpp
- Revision:
- 35:fc800d35c1ba
- Parent:
- 34:601effb7b7fe
- Child:
- 38:64e3e9acb49c
--- a/Flash/flash_programming.cpp Wed Feb 14 03:56:34 2018 +0000 +++ b/Flash/flash_programming.cpp Wed Feb 14 04:28:24 2018 +0000 @@ -77,6 +77,7 @@ else { printf("Write Relay 2 State failed, error num %d\r\n", HAL_FLASH_GetError()); } + break; case (RELAY3_ADDRESS): if (HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, CurrentAddress, RelayState3) == HAL_OK) { printf("Write Relay 3 State OK\r\n"); }