From 4becc6d7986cf656f10f02ecdd5202b5b0fdddf1 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 1 Mar 2018 16:05:15 +0100 Subject: Delete obsolete references. Delete obsolote references such as use of acceptance filters, timers, etc. Signed-off-by: Jonathan Aillet --- low-can-binding/can/can-bus.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'low-can-binding/can') 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; -- cgit 1.2.3-korg