Skip to content

Commit

Permalink
CANPacker: pass values by reference in cython (commaai#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee authored and OPGM CI Automated committed Apr 15, 2023
1 parent 94a6ac7 commit 7efc77e
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 @@ -83,4 +83,4 @@ cdef extern from "common.h":

cdef cppclass CANPacker:
CANPacker(string)
vector[uint8_t] pack(uint32_t, vector[SignalPackValue])
vector[uint8_t] pack(uint32_t, vector[SignalPackValue]&)

0 comments on commit 7efc77e

Please sign in to comment.