Skip to content

d/pssense: Replace uint with uint32_t in pssense_driver.c

Jakob Bornecrantz requested to merge wallbraker/monado:jakob/fix-issue-258 into main

The type "uint" doesn't seem to exist on some platforms at least (for example alpine linux), and it's only used in a single file, so it seems like a good idea to change the two uses to "uint32_t".

Closes #258 (closed)

Merge request reports