diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-03-01 16:05:15 +0100 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-03-14 12:00:35 +0100 |
commit | 4becc6d7986cf656f10f02ecdd5202b5b0fdddf1 (patch) | |
tree | 3a4cfabf54289dcc01eb389e703eab97af9076e3 /low-can-binding/can/can-bus.hpp | |
parent | 1455bacb4de4902dbe9fa6e7c48e9d20b53fa95f (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.hpp | 5 |
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 71abe41a..1cf9574d 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; |