fujinet-firmware icon indicating copy to clipboard operation
fujinet-firmware copied to clipboard

Cleanup the ifdefs where possible

Open DaBaDa79 opened this issue 1 year ago • 1 comments

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.

DaBaDa79 avatar Feb 16 '24 19:02 DaBaDa79

You have a go, @DaBaDa79 .

tschak909 avatar Feb 16 '24 19:02 tschak909

fixed in #700

mozzwald avatar Aug 19 '24 15:08 mozzwald