We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf42ea commit ad9ca25Copy full SHA for ad9ca25
tests/zephyr/drivers/flash/common/CMakeLists.txt
@@ -4,4 +4,4 @@ cmake_minimum_required(VERSION 3.20.0)
4
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5
project(nrf_qspi_nor)
6
7
-target_sources(app PRIVATE src/main.c)
+target_sources(app PRIVATE ${ZEPHYR_BASE}/tests/drivers/flash/common/src/main.c)
0 commit comments