Skip to content

Commit

Permalink
CANParser: pass string by referer (commaai#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee authored and mlocoteta committed Apr 29, 2023
1 parent de52169 commit 0d9a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/common.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cdef extern from "common.h":
bool can_valid
bool bus_timeout
CANParser(int, string, vector[MessageParseOptions], vector[SignalParseOptions])
void update_string(string, bool)
void update_string(string&, bool)
vector[SignalValue] query_latest()

cdef cppclass CANPacker:
Expand Down

0 comments on commit 0d9a250

Please sign in to comment.