summaryrefslogtreecommitdiff
path: root/src/vehicle-gateway/obd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle-gateway/obd2.h')
-rw-r--r--src/vehicle-gateway/obd2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vehicle-gateway/obd2.h b/src/vehicle-gateway/obd2.h
index 871e68a..9097943 100644
--- a/src/vehicle-gateway/obd2.h
+++ b/src/vehicle-gateway/obd2.h
@@ -56,8 +56,6 @@ bool obd2_read_fuel_level(uint8_t& level,uint64_t& timestamp);
bool obd2_config_can_reader(uint64_t& timestamp);
-bool obd2_set_filter(uint16_t filter, uint16_t mask, uint64_t& timestamp);
-
can_message_id_t can_read(char*& data, uint64_t &timestamp);
#ifdef __cplusplus