Skip to content

Commit e8a0e8b

Browse files
committed
changed to new chip folder for startup
1 parent b145675 commit e8a0e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(SOURCES
44
${CMAKE_CURRENT_SOURCE_DIR}/button.cpp
55

66
# example for including the startup.cpp
7-
${CMAKE_SOURCE_DIR}/targets/${TARGET_CPU}/startup.cpp
7+
${CMAKE_SOURCE_DIR}/targets/chip/${TARGET_CPU}/startup.cpp
88
)
99

1010
set(HEADERS)

0 commit comments

Comments
 (0)