Skip to content

Commit 52b3120

Browse files
authored
Correct typo in PlatformIO docs (#342)
1 parent b7d76bd commit 52b3120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platformio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ and 0.5MByte filesystem.
206206
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
207207
board = pico
208208
framework = arduino
209-
build_board.core = earlephilhower
209+
board_build.core = earlephilhower
210210
board_build.filesystem_size = 0.5m
211211
; note that download link for toolchain is specific for OS. see https://github.com/earlephilhower/pico-quick-toolchain/releases.
212212
platform_packages =

0 commit comments

Comments
 (0)