Closed Joroba3 closed 6 months ago
The following line is provided as an example, but the usage of char type should be limited to working with text.
char
https://github.com/ARUSfs/DRIVERLESS/blob/4e4f6bbdb8d0147956bee8fcfd68986bef04e508/src/car_interface/can_c/src/can_handle.cpp#L390
The correct types should be in general uint8_t whenever as it makes intentionality clearer. :nerd_face:
uint8_t
When marking an issue as closed please do it by adding a comment to the closing message like "Fixed in commit FF8137".
The following line is provided as an example, but the usage of
char
type should be limited to working with text.https://github.com/ARUSfs/DRIVERLESS/blob/4e4f6bbdb8d0147956bee8fcfd68986bef04e508/src/car_interface/can_c/src/can_handle.cpp#L390
The correct types should be in general
uint8_t
whenever as it makes intentionality clearer. :nerd_face: