Skip to content

Commit

Permalink
last true false
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderud committed Jan 26, 2025
1 parent 9fd2d81 commit a6a5034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/application/apps/ui_siggen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ SigGenView::SigGenView(
update_config();

if (v == 5) { // In Shape Pseudo Random Noise we are not using Tone modulation freq.
symfield_tone.hidden(1);
symfield_tone.hidden(true);
} else {
symfield_tone.hidden(0);
symfield_tone.hidden(false);
}

set_dirty();
Expand Down

0 comments on commit a6a5034

Please sign in to comment.