Skip to content

Commit cba2541

Browse files
committed
Remove PICO_DEFAULT_SPI_CSN_PIN
1 parent db91bc0 commit cba2541

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/boards/include/boards/hellbender_2350A_devboard.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ pico_board_cmake_set(PICO_PLATFORM, rp2350)
7777
#ifndef PICO_DEFAULT_SPI_RX_PIN
7878
#define PICO_DEFAULT_SPI_RX_PIN 20
7979
#endif
80-
#ifndef PICO_DEFAULT_SPI_CSN_PIN
81-
#define PICO_DEFAULT_SPI_CSN_PIN 28
82-
#endif
80+
// multiple devices, so this doesn't make much sense
81+
// no PICO_DEFAULT_SPI_CSN_PIN
8382

8483
// --- FLASH ---
8584

0 commit comments

Comments
 (0)