tinyusb/examples/device/hid_generic_inout
Ben Avison 65ba15c37d Remove unreachable code
IAR generates warning Pe111 'statement is unreachable'. In a couple of
cases, replace return statements with TU_ATTR_FALLTHROUGH; because some
compilers apparently can't figure out that the return statements are
unreachable but do whinge about an imagined fall-through without them!
2022-09-13 18:00:50 +01:00
..
2022-09-13 18:00:50 +01:00
2021-12-09 12:42:08 +07:00
2019-05-14 13:59:45 +07:00