Files
tinyUSB/src/common
Alexandre Perrin 81e33477ea Fix CPP compilation with IAR
IAR defines __STDC_VERSION__ in cpp as well.
Which causes TU_VERIFY_STATIC to be defined as _Static_assert
instead of cpp's static_assert.

This reorders __cplusplus__ to be first, then to fallback to
__STDC_VERSION__ if not CPP.
2022-02-23 18:27:52 +01:00
..
2022-02-23 18:27:52 +01:00
2021-07-13 20:41:28 +07:00
2020-01-15 14:47:43 -05:00
2021-10-29 00:53:30 +07:00