DFU & SPDIF now working on SKC_SU1. Some DFU tidy

This commit is contained in:
Ross Owen
2012-11-15 17:49:51 +00:00
parent 6539766807
commit a19e328b21
4 changed files with 76 additions and 82 deletions

View File

@@ -38,6 +38,20 @@ int flash_cmd_disable_ports() {
return 0;
}
void DFUCustomFlashEnable() __attribute__ ((weak));
void DFUCustomFlashEnable()
{
return;
}
void DFUCustomFlashDisable() __attribute__ ((weak));
void DFUCustomFlashDisable()
{
return;
}
int flash_cmd_init(void) {
fl_BootImageInfo image;