add comments to suppres -Wimplicit-fallthrough warnings

Origin commit data
------------------
Commit: 0ea72b9d51
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
This commit is contained in:
Stefan Seyfried
2017-09-25 11:25:50 +02:00
committed by vanhofen
parent 13d333e3e1
commit 0e185cdc08
12 changed files with 19 additions and 2 deletions

View File

@@ -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);
}
}