o changed all occurences of assert(sizeof(size_valp) == sizeof(uint16_t *))
to assert(sizeof(*size_valp) == sizeof(uint16_t)) which should catch more coding errors.
Please register or sign in to comment
to assert(sizeof(*size_valp) == sizeof(uint16_t)) which should catch more coding errors.