Skip to content

Commit

Permalink
remove guards from CMakeLists.txt
Browse files Browse the repository at this point in the history
it is already protected at a higher level
  • Loading branch information
kilograham authored May 16, 2022
1 parent c9e0101 commit 1613fae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spi/spi_master_slave/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
if (NOT PICO_NO_HARDWARE)
add_subdirectory(spi_master)
add_subdirectory(spi_slave)
endif ()
add_subdirectory(spi_master)
add_subdirectory(spi_slave)

0 comments on commit 1613fae

Please sign in to comment.