Remove extraneous pgmspace.h include.
This commit is contained in:
parent
0721456c28
commit
1afc2c18f9
|
@ -90,7 +90,6 @@ const struct asciiMorse {
|
||||||
{ '$', 0b11001000 } // ...-..-
|
{ '$', 0b11001000 } // ...-..-
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
// This is a program memory variant, using 16 bit words for storage instead.
|
// This is a program memory variant, using 16 bit words for storage instead.
|
||||||
const uint16_t asciiMorseProgmem[] PROGMEM = {
|
const uint16_t asciiMorseProgmem[] PROGMEM = {
|
||||||
0x4502, 0x5403, 0x4904, 0x4E05, 0x4106, 0x4D07, 0x5308, 0x4409, 0x520A,
|
0x4502, 0x5403, 0x4904, 0x4E05, 0x4106, 0x4D07, 0x5308, 0x4409, 0x520A,
|
||||||
|
|
Loading…
Reference in New Issue