diff --git a/board.mk b/board.mk index 5d5fbe9..c414a96 100644 --- a/board.mk +++ b/board.mk @@ -4,4 +4,5 @@ DDEFS += -DFIRMWARE_ID=\"XXX\" SHORT_BOARD_NAME=XXX # assign critical LED to a non-existent pin if you do not have it on your board -DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15 \ No newline at end of file +# good old PD14 is still the default value +# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15 \ No newline at end of file