Browse Source
sometimes it really does matter that we use constrain_uint32() instead of constrain_int32(). For example, if we have a value like 0xFFFFFFFF then the result will be very different we should use unsigned constrain when dealing with unsigned valuesCopter-4.2
3 changed files with 23 additions and 0 deletions
Loading…
Reference in new issue