Skip to content

Commit 22e9524

Browse files
committed
rename
1 parent 638f917 commit 22e9524

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

samples/fade/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(fade)
77

8-
arduino_sources(src/app.cpp)
8+
arduino_sources(src/main.cpp)
File renamed without changes.

samples/hello_arduino/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(hello_world)
77

8-
arduino_sources(src/app.cpp)
8+
arduino_sources(src/main.cpp)

samples/serial_event/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(serial_event)
77

8-
arduino_sources(src/app.cpp)
8+
arduino_sources(src/main.cpp)
File renamed without changes.

samples/spi_controller/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(spi_controller)
77

8-
arduino_sources(src/app.cpp)
8+
arduino_sources(src/main.cpp)

0 commit comments

Comments
 (0)