k3ng / k3ng_cw_keyer

K3NG Arduino CW Keyer
http://blog.radioartisan.com/arduino-cw-keyer/
GNU General Public License v3.0
424 stars 220 forks source link

Fix case sensitive include #76

Closed dforsi closed 4 years ago

dforsi commented 4 years ago

Under Linux the compilation fails with the following error:

sketch/src/buttonarray/buttonarray.cpp:1:10: fatal error: arduino.h: No such file or directory

include "arduino.h"

      ^~~~~~~~~~~

In this PR I'm also changing the other file for consistency, even if it doesn't seem to be compiled at this moment.

Daniele, IU5HKX

k3ng commented 4 years ago

I am manually merging this in the code due to a conflict that was created by a merged pull request. Thank you for submitting this! 73 Goody K3NG