fujinet-firmware
fujinet-firmware copied to clipboard
Cleanup the ifdefs where possible
There are a lot of #ifdef DEBUGs although not necessary because the enclosed code itself is also enclosed by the same #ifdef. This is especially the case with the different variations of the Debug_print() function. Therefore the #ifdef DEBUGin the main code can be removed.
You have a go, @DaBaDa79 .
fixed in #700