Skip to content

Commit 86badb3

Browse files
authored
Enable correct SPI peripheral dilemma/3x5_2/assembled (#25479)
Initial
1 parent c7a24a4 commit 86badb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • keyboards/bastardkb/dilemma/3x5_2/assembled

keyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
#include_next <mcuconf.h>
2121

22-
#undef RP_SPI_USE_SPI1
23-
#define RP_SPI_USE_SPI1 TRUE
22+
#undef RP_SPI_USE_SPI0
23+
#define RP_SPI_USE_SPI0 TRUE

0 commit comments

Comments
 (0)