diff --git a/include/common/core/sensor_buffer.hpp b/include/common/core/sensor_buffer.hpp index 3072b0170..d337db9f9 100644 --- a/include/common/core/sensor_buffer.hpp +++ b/include/common/core/sensor_buffer.hpp @@ -1,6 +1,6 @@ #pragma once #ifndef SENSOR_BUFF_SIZE -#define SENSOR_BUFFER_SIZE = 0; +#define SENSOR_BUFFER_SIZE 0; #else constexpr size_t SENSOR_BUFFER_SIZE = SENSOR_BUFF_SIZE; #endif \ No newline at end of file