Skip to content

Commit

Permalink
common_dbc.h: remove ARRAYSIZE (#941)
Browse files Browse the repository at this point in the history
remove ARRAYSIZE
  • Loading branch information
deanlee committed Sep 6, 2023
1 parent 5ebf73e commit 8f7e152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions can/common_dbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#include <string>
#include <vector>

#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))

struct SignalPackValue {
std::string name;
double value;
Expand Down

0 comments on commit 8f7e152

Please sign in to comment.