Skip to content

Commit 3924051

Browse files
authored
Correct pin capitalization
1 parent 1c3106e commit 3924051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// Clock rates are off: Salae reads 12MHz which is the limit even though we set it to the safer 8MHz.
77
#define SPI_FLASH_BAUDRATE (8000000)
88

9-
#define SPI_FLASH_MOSI_PIN &PIN_PA08
10-
#define SPI_FLASH_MISO_PIN &PIN_PA14
11-
#define SPI_FLASH_SCK_PIN &PIN_PA09
12-
#define SPI_FLASH_CS_PIN &PIN_PA13
9+
#define SPI_FLASH_MOSI_PIN &pin_PA08
10+
#define SPI_FLASH_MISO_PIN &pin_PA14
11+
#define SPI_FLASH_SCK_PIN &pin_PA09
12+
#define SPI_FLASH_CS_PIN &pin_PA13
1313

1414
#define MICROPY_PORT_A ( 0 )
1515
#define MICROPY_PORT_B ( 0 )

0 commit comments

Comments
 (0)