Fix remaining PICO_RP2350B reference (#2910)

Minor fix to #2898
This commit is contained in:
Earle F. Philhower, III 2025-04-16 08:28:53 -07:00 committed by GitHub
parent 6e48cffd62
commit 9747990c16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,7 +165,7 @@ constexpr uint64_t __bitset(const int (&a)[N], size_t i = 0U) {
#define PSRAM __attribute__((section("\".psram\""))) #define PSRAM __attribute__((section("\".psram\"")))
// General GPIO/ADC layout info // General GPIO/ADC layout info
#ifdef PICO_RP2350B #if defined(PICO_RP2350) && !PICO_RP2350A
#define __GPIOCNT 48 #define __GPIOCNT 48
#define __FIRSTANALOGGPIO 40 #define __FIRSTANALOGGPIO 40
#else #else