mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
DFU: uncomment print message when DFU is forced using the button
This commit is contained in:
committed by
Harald Welte
parent
b73f0a00bc
commit
d86cab0080
@@ -44,7 +44,7 @@ int board_override_enter_dfu(void)
|
|||||||
|
|
||||||
/* Enter DFU bootloader in case the respective button is pressed */
|
/* Enter DFU bootloader in case the respective button is pressed */
|
||||||
if (PIO_Get(&bl_sw_pin) == 0) {
|
if (PIO_Get(&bl_sw_pin) == 0) {
|
||||||
//printf("BOOTLOADER switch presssed -> Force DFU\n\r");
|
printf("BOOTLOADER switch presssed -> Force DFU\n\r");
|
||||||
return 1;
|
return 1;
|
||||||
} else
|
} else
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user