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

This commit is contained in:
Kévin Redon
2018-06-17 22:34:47 +02:00
parent 88b2b077ef
commit 41d01b9d54

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;