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 <andrew.featherstone@gmail.com>
This commit is contained in:
parent
da3d4f2c32
commit
92256f4d68
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
# The value must be the 'stem' part of the name of one of the files
|
||||
# in the openocd interface configuration file.
|
||||
# The setting is store to CMakeCache.txt.
|
||||
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
|
||||
if("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
|
||||
set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue