PaulStoffregen / AltSoftSerial

Software emulated serial using hardware timers for improved compatibility
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
328 stars 131 forks source link

Remove "unused variables" warnings #47

Open szotsaki opened 6 years ago

szotsaki commented 6 years ago

Fixing #46.

PaulStoffregen commented 6 years ago

I don't see any warnings when I compile the Echo example for Teensy 3.5 (arm chip) or Teensy 2.0 (avr chip).

Which board and software are you using?

szotsaki commented 6 years ago

I don't think it's board-dependent (but I have Arduino Nano). Do you have all the warnings turned on? File > Preferences > Compiler warnings: All. If you use bare GCC, turn on either -Wall or -Wunused-variable.

szotsaki commented 5 years ago

A gentle ping

SRGDamia1 commented 4 years ago

+1

xmirakulix commented 3 years ago

+1, thank you!