drivers: Add missing OSPI.cpp to CMakeLists.txt

pull/14989/head
Lingkai Dong 2021-08-17 14:58:50 +01:00
parent 82036c85df
commit 7a8ff5f115
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ target_sources(mbed-core
source/I2CSlave.cpp
source/InterruptIn.cpp
source/MbedCRC.cpp
source/OSPI.cpp
source/PortIn.cpp
source/PortInOut.cpp
source/PortOut.cpp