1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-28 16:20:26 +00:00

6 Commits

Author SHA1 Message Date
Rocky04
45af3d6a83 Update examples 2023-08-07 12:04:22 +00:00
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
hathach
9794a2b865 more example update 2022-06-06 22:41:04 +07:00
hathach
13abcb953f rename multiple hid callback 2020-10-09 20:24:10 +07:00
hathach
2e464c5015 clean up example 2020-10-09 13:57:23 +07:00
hathach
2219068371 rename hid multiple interface 2020-10-09 13:50:55 +07:00