Fix wrong define for Nano RP2040 Connect board

This commit is contained in:
Maximilian Gerhardt 2021-06-03 21:08:33 +02:00 committed by GitHub
parent 095da74655
commit 856d081313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"build": {
"core": "arduino",
"cpu": "cortex-m0plus",
"extra_flags": "-D NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"extra_flags": "-D ARDUINO_NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L",
"hwids": [
[