Replace char -> uint8_t in serialization where a sign doesn't make sense (char might be signed/unsigned).
This is a backport of core#21969
Differential D15929
refactor: Switch serialize to uint8_t PiRK on Apr 9 2024, 14:58. Authored by Tags None Subscribers None
Details
Replace char -> uint8_t in serialization where a sign doesn't make sense (char might be signed/unsigned). This is a backport of core#21969 ninja all check-all
Diff Detail
|