Merge pull request #3 from slepp/morse-clean

Clean (no whitespace changes) of the Morse table changes.
This commit is contained in:
Nigel VH
2015-07-03 22:51:54 -07:00
2 changed files with 122 additions and 25 deletions

View File

@@ -525,7 +525,7 @@ class HamShield {
static void isr_ptt();
static void isr_reset();
void morseOut(char buffer[HAMSHIELD_MORSE_BUFFER_SIZE]);
char morseLookup(char letter);
uint8_t morseLookup(char letter);
bool waitForChannel(long timeout, long breakwindow, int setRSSI);
void SSTVVISCode(int code);
void SSTVTestPattern(int code);