Small bug fix

This commit is contained in:
Mikael Degerfält 2019-06-22 00:07:37 +02:00
parent 6e0786bccb
commit 1ac1b67732

View file

@ -1656,7 +1656,6 @@ void menu() {
buttonPressedAndNotUsed = 0;
switch (deumButtonState){
case BTN_DOWN: // fallthrough
breathAT = !breathAT;
breathAT = !breathAT;
break;