Skip to content

Commit

Permalink
make compatible with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aa2mz authored Sep 18, 2020
1 parent 3da5de5 commit 60ad328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software/core/TextCAT.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ int TextCAT:: setWPM(void) { // some whacky rationalizations here
setDictionary(D_CWWPM, wpm);
setDictionary(D_CWFARNSWORTH, charRate);

#ifdef TINYKEYER
keyer.setWPM(wpm, charRate); // qqq embarassing global variable
#endif
Serial.print("C ");
Serial.print(wpm);
Serial.print(' ');
Expand Down

0 comments on commit 60ad328

Please sign in to comment.