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 committed Mar 27, 2023
1 parent f1479b3 commit b79b8f5
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 b79b8f5

Please sign in to comment.