diff options
Diffstat (limited to 'nrf528xx/CMakeLists.txt')
-rw-r--r-- | nrf528xx/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf528xx/CMakeLists.txt b/nrf528xx/CMakeLists.txt index 5265fc3..d363edc 100644 --- a/nrf528xx/CMakeLists.txt +++ b/nrf528xx/CMakeLists.txt @@ -3,5 +3,5 @@ cmake_minimum_required(VERSION 3.20.0) find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) project(NONE) -target_sources(app PRIVATE src/main.c) +target_sources(app PRIVATE main.c) |