From e8365a9ee5b64feaacb06caa09e117541046b966 Mon Sep 17 00:00:00 2001 From: caila-marashaj Date: Thu, 13 Jun 2024 10:52:03 -0400 Subject: [PATCH] remove extra define --- sensors/tests/test_capacitive_sensor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sensors/tests/test_capacitive_sensor.cpp b/sensors/tests/test_capacitive_sensor.cpp index 6a99c26f7..1d3e5c950 100644 --- a/sensors/tests/test_capacitive_sensor.cpp +++ b/sensors/tests/test_capacitive_sensor.cpp @@ -1,5 +1,3 @@ -#define SENSOR_BUFF_SIZE = 500 - #include "can/core/ids.hpp" #include "can/core/messages.hpp" #include "catch2/catch.hpp"