forked from PAWPAW-Mirror/lib_xua
Disable flash_cmd_reboot as reboot done in endpoint0
This commit is contained in:
@@ -211,8 +211,8 @@ int flash_cmd_erase_all(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int flash_cmd_reboot(void) {
|
int flash_cmd_reboot(void) {
|
||||||
unsigned int pllVal;
|
//unsigned int pllVal;
|
||||||
read_sswitch_reg(0, 6, &pllVal);
|
//read_sswitch_reg(0, 6, &pllVal);
|
||||||
write_sswitch_reg(0, 6, pllVal);
|
//write_sswitch_reg(0, 6, pllVal);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user