diff options
| author | Reinhard Panhuber <[email protected]> | 2021-04-23 10:32:22 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-04-23 10:32:22 +0200 |
| commit | 4dd1f1f3b50592d71fefcd8fb149322fad5a8493 (patch) | |
| tree | a96ecbfc51eda1d82af2e0a6d700fe1b193fae8b /src | |
| parent | 03f974c9b92bf9e0fc6e74ab4d15ad77a4a8b339 (diff) | |
Fix include path in audio_device.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/audio/audio_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.h b/src/class/audio/audio_device.h index 66cc29739..c5f8967e4 100644 --- a/src/class/audio/audio_device.h +++ b/src/class/audio/audio_device.h @@ -33,7 +33,7 @@ #include "device/usbd.h" #include "audio.h" -#include "tusb_fifo.h" +#include "common/tusb_fifo.h" //--------------------------------------------------------------------+ // Class Driver Configuration |
