Skip to content

Commit

Permalink
fix define syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Jun 13, 2024
1 parent e8365a9 commit 2ca6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/core/sensor_buffer.hpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2ca6b66

Please sign in to comment.