Skip to content

Commit

Permalink
Update SignalGeneratorSD.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 authored Jul 6, 2020
1 parent b714908 commit 11243ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignalGeneratorSD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ void displayPhase( unsigned int _phaseToDisplay ) {
// corner
void displayCurrentChannel( bool _channel ) {
lcd.setCursor(0, 1);
lcd.print( F("Chan") );
lcd.print( F("CHAN") );
lcd.print((uint8_t)_channel);
} // displayCurrentChannel()

Expand Down

0 comments on commit 11243ac

Please sign in to comment.