Skip to content

Commit

Permalink
Merge pull request #2100 from kilograham/top_broken
Browse files Browse the repository at this point in the history
movement of TOP in c0ecf8b broke RP2040 SDK build
  • Loading branch information
hathach authored Jun 10, 2023
2 parents aaec12a + 0493983 commit 39a6433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/bsp/family_support.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include(CMakePrintHelpers)

# TOP is path to root directory
set(TOP "${CMAKE_CURRENT_LIST_DIR}/../..")
get_filename_component(TOP ${TOP} ABSOLUTE)

# Default to gcc
if (NOT DEFINED TOOLCHAIN)
Expand Down

0 comments on commit 39a6433

Please sign in to comment.