aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/can/can-bus.hpp
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-03-01 16:05:15 +0100
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-03-14 12:00:35 +0100
commit4becc6d7986cf656f10f02ecdd5202b5b0fdddf1 (patch)
tree3a4cfabf54289dcc01eb389e703eab97af9076e3 /low-can-binding/can/can-bus.hpp
parent1455bacb4de4902dbe9fa6e7c48e9d20b53fa95f (diff)
Delete obsolete references.
Delete obsolote references such as use of acceptance filters, timers, etc. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'low-can-binding/can/can-bus.hpp')
-rw-r--r--low-can-binding/can/can-bus.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/low-can-binding/can/can-bus.hpp b/low-can-binding/can/can-bus.hpp
index 71abe41..1cf9574 100644
--- a/low-can-binding/can/can-bus.hpp
+++ b/low-can-binding/can/can-bus.hpp
@@ -30,11 +30,6 @@
#include "../utils/config-parser.hpp"
#include "../binding/low-can-subscription.hpp"
-// TODO actual max is 32 but dropped to 24 for memory considerations
-#define MAX_ACCEPTANCE_FILTERS 24
-// TODO this takes up a ton of memory
-#define MAX_DYNAMIC_MESSAGE_COUNT 12
-
#define CAN_ACTIVE_TIMEOUT_S 30
class diagnostic_manager_t;