diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 4c15e24..7d112a2 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -48,7 +48,7 @@ jobs: libraries: | # Install the library from the local path. - source-path: ./ - - source-url: https://github.com/facchinm/USBHostMbed5.git + - name: Arduino_USBHostMbed5 sketch-paths: | - examples enable-deltas-report: true diff --git a/examples/Beginner/Audio_Playback/Audio_Playback.ino b/examples/Beginner/Audio_Playback/Audio_Playback.ino index a860e43..72fcc75 100644 --- a/examples/Beginner/Audio_Playback/Audio_Playback.ino +++ b/examples/Beginner/Audio_Playback/Audio_Playback.ino @@ -6,8 +6,10 @@ */ #include + +#include + #include -#include #include AdvancedDAC dac1(A12);