handle compiler stupidity with early return

This commit is contained in:
Paul Davis 2022-06-21 18:41:57 -06:00
parent 24f1a65d5f
commit 9922daf284
1 changed files with 2 additions and 0 deletions

View File

@ -656,6 +656,8 @@ CC121::map_recenable_state ()
onoff = blink_state;
}
break;
default:
return; /* stupid compilers */
}
if (onoff != rec_enable_state) {