Skip to content

Commit 9747990

Browse files
Fix remaining PICO_RP2350B reference (#2910)
Minor fix to #2898
1 parent 6e48cff commit 9747990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/rp2040/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ constexpr uint64_t __bitset(const int (&a)[N], size_t i = 0U) {
165165
#define PSRAM __attribute__((section("\".psram\"")))
166166

167167
// General GPIO/ADC layout info
168-
#ifdef PICO_RP2350B
168+
#if defined(PICO_RP2350) && !PICO_RP2350A
169169
#define __GPIOCNT 48
170170
#define __FIRSTANALOGGPIO 40
171171
#else

0 commit comments

Comments
 (0)