summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandroColomar <colomar.6.4.3@gmail.com>2019-01-17 05:14:00 +0100
committerAlejandroColomar <colomar.6.4.3@gmail.com>2019-01-17 05:14:00 +0100
commit532f99f347436fca7708472ff4346f29e8dc50ab (patch)
tree84331ef2e7ebaf3231e02a3a907705aa9a5abd7d
parent7c5d0448bc49eb469b9d953c821eeea49f21789e (diff)
Remove unused code
-rwxr-xr-xinc/actuators.h1
-rwxr-xr-xinc/ctrl.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/inc/actuators.h b/inc/actuators.h
index 56d7c83..4de7960 100755
--- a/inc/actuators.h
+++ b/inc/actuators.h
@@ -30,7 +30,6 @@
******* macros ***************************************************************
******************************************************************************/
# define ACT_REFRESH_PERIOD_US (20000u)
- # define ACT_TASK_MODE_IT (true)
/******************************************************************************
diff --git a/inc/ctrl.h b/inc/ctrl.h
index 89204f3..eaefdd7 100755
--- a/inc/ctrl.h
+++ b/inc/ctrl.h
@@ -30,7 +30,6 @@
******* macros ***************************************************************
******************************************************************************/
# define CTRL_REFRESH_PERIOD_US (20000u)
- # define CTRL_TASK_MODE_IT (true)
/******************************************************************************