Skip to content

Commit

Permalink
changed to new chip folder for startup
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab committed Mar 30, 2024
1 parent b145675 commit e8a0e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/button.cpp

# example for including the startup.cpp
${CMAKE_SOURCE_DIR}/targets/${TARGET_CPU}/startup.cpp
${CMAKE_SOURCE_DIR}/targets/chip/${TARGET_CPU}/startup.cpp
)

set(HEADERS)
Expand Down

0 comments on commit e8a0e8b

Please sign in to comment.