Skip to content

Commit 0d401e7

Browse files
committed
fix whitespace on new flash chip for Arduino Nano RP2040
1 parent dcd5b5a commit 0d401e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/arduino_nano_rp2040_connect/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ USB_MANUFACTURER = "Arduino"
77
CHIP_VARIANT = RP2040
88
CHIP_FAMILY = rp2
99

10-
EXTERNAL_FLASH_DEVICES = "AT25SF128A, IS25LP128F"
10+
EXTERNAL_FLASH_DEVICES = "AT25SF128A, IS25LP128F"
1111

1212
CIRCUITPY__EVE = 1

0 commit comments

Comments
 (0)