mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
add comments to suppres -Wimplicit-fallthrough warnings
This commit is contained in:
committed by
Jacek Jendrzej
parent
9e2a7d7f79
commit
971f3703a6
@@ -350,7 +350,9 @@ void CMotorControl::motorStep(bool west)
|
||||
case STEP_MODE_AUTO:
|
||||
moving = 1;
|
||||
paintStatus();
|
||||
/* fall through */
|
||||
default:
|
||||
/* what is STEP_MODE_OFF supposed to do? */
|
||||
g_Zapit->sendMotorCommand(0xE0, 0x31, cmd, 1, 40, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user