Skip to content

Commit 92256f4

Browse files
ajf58kartben
authored andcommitted
boards: rp2040: Lint whitespace in board.cmake files
Change whitespace to match the coding style for CMake files for all rp2040-based boards. This is foundation work ahead of adding support for boards based on the RP235XX SoCs. Signed-off-by: Andrew Featherstone <[email protected]>
1 parent da3d4f2 commit 92256f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/raspberrypi/rpi_pico/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The value must be the 'stem' part of the name of one of the files
1414
# in the openocd interface configuration file.
1515
# The setting is store to CMakeCache.txt.
16-
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
16+
if("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
1717
set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap")
1818
endif()
1919

boards/sparkfun/pro_micro_rp2040/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# The value must be the 'stem' part of the name of one of the files
1717
# in the openocd interface configuration file.
1818
# The setting is store to CMakeCache.txt.
19-
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
19+
if("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
2020
set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap")
2121
endif()
2222

boards/wiznet/w5500_evb_pico/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The value must be the 'stem' part of the name of one of the files
1414
# in the openocd interface configuration file.
1515
# The setting is store to CMakeCache.txt.
16-
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
16+
if("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
1717
set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap")
1818
endif()
1919

0 commit comments

Comments
 (0)