DFU now uses absolute address for DFU persistent flag (similar to role-change) to try and improve resilience to code/tools changes.

This commit is contained in:
Ross Owen
2015-06-26 11:28:34 +01:00
parent d43c17a5c8
commit 90a91d5da4
4 changed files with 40 additions and 21 deletions

View File

@@ -69,4 +69,6 @@ void device_reboot(chanend spare)
asm("freer res[%0]"::"r"(spare));
#endif
device_reboot_aux();
while(1);
}