From 1afc2c18f98e77d4316c442bb0449eeaff5a2b2c Mon Sep 17 00:00:00 2001 From: Stephen Olesen Date: Sun, 5 Jul 2015 17:05:55 -0600 Subject: [PATCH] Remove extraneous pgmspace.h include. --- HamShield.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/HamShield.cpp b/HamShield.cpp index b2fd415..1a65b39 100644 --- a/HamShield.cpp +++ b/HamShield.cpp @@ -90,7 +90,6 @@ const struct asciiMorse { { '$', 0b11001000 } // ...-..- }; #else -#include // This is a program memory variant, using 16 bit words for storage instead. const uint16_t asciiMorseProgmem[] PROGMEM = { 0x4502, 0x5403, 0x4904, 0x4E05, 0x4106, 0x4D07, 0x5308, 0x4409, 0x520A,