cb0r
cb0r copied to clipboard
`cb0r_write` case conditions inconsistent
There is if(number >= UINT32_MAX) { and if(number > UINT16_MAX) {. Should the latter also be >=?