Skip to content

Commit 9eec408

Browse files
Ahmet AlincakAhmet Alincak
Ahmet Alincak
authored and
Ahmet Alincak
committed
Add internal subfolder to USBDriver's CMakelists
To build USB Drivers for targets which have USBDevice attribute, subfolder added as header file path.
1 parent 7f538a4 commit 9eec408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ target_include_directories(mbed-usb
77
INTERFACE
88
include
99
include/usb
10+
include/usb/internal
1011
)
1112

1213
target_sources(mbed-usb

0 commit comments

Comments
 (0)