DFU: uncomment print message when DFU is forced using the button

This commit is contained in:
Kevin Redon 2018-06-17 22:34:47 +02:00 committed by Harald Welte
parent b73f0a00bc
commit d86cab0080
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ int board_override_enter_dfu(void)
/* Enter DFU bootloader in case the respective button is pressed */
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;
} else
return 0;