1
0
Fork 0

Fixes to the kr_87 radio

This commit is contained in:
ehofman 2004-01-24 10:05:54 +00:00
parent af66e80358
commit 64cad6a288

View file

@ -323,8 +323,8 @@ void FGKR_87::update( double dt ) {
}
// annunciators
ant_ann = adf_btn;
adf_ann = !adf_btn;
ant_ann = !adf_btn;
adf_ann = adf_btn;
bfo_ann = bfo_btn;
frq_ann = !stby_mode;
flt_ann = stby_mode && !timer_mode;