prusa3d / Prusa-Firmware

Firmware for Original Prusa i3 3D printer by PrusaResearch
GNU General Public License v3.0
2.02k stars 1.05k forks source link

type in is_whitespace_or_nl? #334

Closed abegines closed 6 years ago

abegines commented 6 years ago

did you mean ...? return c == ' ' || c == '\t' || c == '\n' || c == '\r';

when you say... return c == ' ' || c == '\t' || c == '\n' || c == 'r';

thess commented 6 years ago

Ah - you are correct. However, this function is never called so there is no apparent error. The firmware contains much detritus like this. Sigh...