FujiNetWIFI/fujinet-firmware

Cleanup the ifdefs where possible

DaBaDa79 opened this issue · 2 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.

You have a go, @DaBaDa79 .

fixed in #700