File tree Expand file tree Collapse file tree 4 files changed +2
-1
lines changed
include/blockdevice/internal Expand file tree Collapse file tree 4 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ target_include_directories(mbed-device_key
1212target_sources (mbed-device_key
1313 INTERFACE
1414 source /DeviceKey.cpp
15- ../source /SFDP.cpp
1615)
1716
1817target_link_libraries (mbed-device_key
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ target_include_directories(mbed-storage-blockdevice
3131 .
3232 ./include
3333 ./include /blockdevice
34+ ./include /blockdevice/internal
3435)
3536
3637target_sources (mbed-storage-blockdevice
@@ -44,5 +45,6 @@ target_sources(mbed-storage-blockdevice
4445 source /ObservingBlockDevice.cpp
4546 source /ProfilingBlockDevice.cpp
4647 source /ReadOnlyBlockDevice.cpp
48+ source /SFDP.cpp
4749 source /SlicingBlockDevice.cpp
4850)
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments