From 7a8ff5f1151fb1664c02766f44f8072111e09b8b Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Tue, 17 Aug 2021 14:58:50 +0100 Subject: [PATCH] drivers: Add missing OSPI.cpp to CMakeLists.txt --- drivers/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/CMakeLists.txt b/drivers/CMakeLists.txt index 256ff5b558..a0b5feab06 100644 --- a/drivers/CMakeLists.txt +++ b/drivers/CMakeLists.txt @@ -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