You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that all "primitive" variable types are uintx_t. This is generally not a problem in 2016, but it bit me recently when compiling for a DSP... all of the integers were 16 bit!! Who knows how some random 8-bit compiler would react.
The text was updated successfully, but these errors were encountered:
Make sure that all "primitive" variable types are uintx_t. This is generally not a problem in 2016, but it bit me recently when compiling for a DSP... all of the integers were 16 bit!! Who knows how some random 8-bit compiler would react.
The text was updated successfully, but these errors were encountered: