Skip to content

Commit f285830

Browse files
authored
Update CMakeLists.txt
1 parent 2f2c7fb commit f285830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hello_arduino/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cmake_minimum_required(VERSION 3.20.0)
44

5-
+set(DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE}/../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay)
5+
set(DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE}/../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay)
66
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
77
project(hello_world)
88

0 commit comments

Comments
 (0)