Fixes bug where the tunner applet wouldn't draw at startup.

This commit is contained in:
Travis Goodspeed 2018-06-12 10:26:45 -04:00
parent 4171549cff
commit 2413df575f

View File

@ -36,6 +36,7 @@ void tuner_init(){
radio_writepower(0x25);
codeplug_setfreq();
radio_strobe(RF_SCAL);
draw();
}else{
app_next();
}