Skip to content

Commit 3c6cc84

Browse files
authored
Merge pull request #11 from maxgerhardt/patch-1
Fix wrong board defines
2 parents 095da74 + d0ca517 commit 3c6cc84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/nanorp2040connect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "arduino",
44
"cpu": "cortex-m0plus",
5-
"extra_flags": "-D NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
5+
"extra_flags": "-D ARDUINO_NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
66
"f_cpu": "133000000L",
77
"hwids": [
88
[

boards/pico.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "arduino",
44
"cpu": "cortex-m0plus",
5-
"extra_flags": "-D RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
5+
"extra_flags": "-D ARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
66
"f_cpu": "133000000L",
77
"hwids": [
88
[

0 commit comments

Comments
 (0)