diff Small_CPU/Inc/scheduler.h @ 239:e4207f0aaa4b div-fixes-5

cleanup: factor out dataSendToSlaveStopEval The global dataSendToSlaveStopEval was set all over the place, but never tested, so useless to set it. And remove an unused piece of code. Trivial cleanup. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Mon, 08 Apr 2019 10:35:29 +0200
parents e524a824d8f2
children 2b9775f71e30
line wrap: on
line diff
--- a/Small_CPU/Inc/scheduler.h	Mon Apr 08 10:16:17 2019 +0200
+++ b/Small_CPU/Inc/scheduler.h	Mon Apr 08 10:35:29 2019 +0200
@@ -60,7 +60,6 @@
 	_Bool demo_mode;
 	uint8_t dataSendToSlaveIsValid;
 	uint8_t dataSendToSlavePending;
-	uint8_t dataSendToSlaveStopEval;
 	uint32_t sync_error_count;
 	uint32_t check_sync_not_running;
 	uint8_t ButtonResponsiveness[4];