forked from PAWPAW-Mirror/lib_xua
DFU & SPDIF now working on SKC_SU1. Some DFU tidy
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user