Index: firmware/App/Modes/Update.c =================================================================== diff -u -rfcde872fd7bdadac4db7d2e8903974bfbbc2b125 -redce9902afca09ad4ae01a538e6368e1eabfc6d3 --- firmware/App/Modes/Update.c (.../Update.c) (revision fcde872fd7bdadac4db7d2e8903974bfbbc2b125) +++ firmware/App/Modes/Update.c (.../Update.c) (revision edce9902afca09ad4ae01a538e6368e1eabfc6d3) @@ -20,11 +20,9 @@ #include "system.h" #include "Update.h" -#define APP_STATUS_ADDRESS 0x00010000 #define BL_START_ADDRESS 0x00000000 uint32_t bootloaderStartAddress = (uint32_t)BL_START_ADDRESS; -uint32_t g_pulUpdateSuccess[2] = {0x5A5A5A5A, 0x00}; /*********************************************************************//** * @brief