Skip to content

Commit 6c0e55c

Browse files
authored
Merge pull request #34 from arduino-libraries/aentinger-patch-1
CI: Fix name of build dependency USBHostMbed5.
2 parents 41ed662 + 3107fcb commit 6c0e55c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
libraries: |
4949
# Install the library from the local path.
5050
- source-path: ./
51-
- source-url: https://github.com/facchinm/USBHostMbed5.git
51+
- name: Arduino_USBHostMbed5
5252
sketch-paths: |
5353
- examples
5454
enable-deltas-report: true

Diff for: examples/Beginner/Audio_Playback/Audio_Playback.ino

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
*/
77

88
#include <Arduino_AdvancedAnalog.h>
9+
10+
#include <Arduino_USBHostMbed5.h>
11+
912
#include <DigitalOut.h>
10-
#include <USBHostMbed5.h>
1113
#include <FATFileSystem.h>
1214

1315
AdvancedDAC dac1(A12);

0 commit comments

Comments
 (0)