extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
Use normal mp_int_t/mp_uint_t types, algorithms (hm, formulas) can work with any type width.
Showing
Please register or sign in to comment
Use normal mp_int_t/mp_uint_t types, algorithms (hm, formulas) can work with any type width.