We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2c7fb commit f285830Copy full SHA for f285830
samples/hello_arduino/CMakeLists.txt
@@ -2,7 +2,7 @@
2
3
cmake_minimum_required(VERSION 3.20.0)
4
5
-+set(DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE}/../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay)
+set(DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE}/../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay)
6
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
7
project(hello_world)
8
0 commit comments