Files
tinyusb/src/class/audio
Jerzy Kasenberg 5ad2f8efc6 audio_device: Fix inline function specifiers
Having just inline keyword for function specified in header
may not be enough to generate code for function.

Adding static solves this problem.
static inline is used in all other inline functions in TinyUSB.
2020-09-28 08:41:17 +02:00
..
2020-09-06 11:37:59 +02:00
2020-08-20 20:09:44 +02:00