dogamak / ttk91-rs

Crate for reading, writing, compiling and executing TTK91 code.
0 stars 0 forks source link

Correct the usage of integer types #18

Closed dogamak closed 4 years ago

dogamak commented 4 years ago

Previously the code base contained mixed use of i32, u32 and u16 without really regard to whether it was the correct type for representing the data.