Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit def3e84

Browse files
committed
Modified board CPU that doesn't exist on older SDKs
1 parent 2435807 commit def3e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-world/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.2)
22

33
project(Hello_World)
44

5-
arduino_cmake_project(Hello_World BOARD_NAME nano BOARD_CPU atmega328old)
5+
arduino_cmake_project(Hello_World BOARD_NAME uno)
66

77
add_arduino_executable(Hello_World helloWorld.cpp)
88

0 commit comments

Comments
 (0)