librecore-org / librecore

GNU General Public License v2.0
88 stars 10 forks source link

Standardize primitive type usage #27

Open victoredwardocallaghan opened 7 years ago

victoredwardocallaghan commented 7 years ago

Standardize on using uint8_t, uint16_t and uint32_t over the mixture of them and u8, u16 and u32 usage. Also stop using char as a uint8_t.

zamaudio commented 7 years ago

Have fun with that one...