Update HamShield.h
Remove the hyphen in the define which causes the Arduino compiler to error. This define doesn't seem to be used anywhere.
This commit is contained in:
parent
75e964289c
commit
558414d084
|
@ -242,7 +242,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define ROBOT8BW 2
|
#define ROBOT8BW 2
|
||||||
#define SC2-180 55
|
#define SC2180 55
|
||||||
#define MARTIN1 44
|
#define MARTIN1 44
|
||||||
|
|
||||||
// RTTY Frequencies
|
// RTTY Frequencies
|
||||||
|
|
Loading…
Reference in New Issue