fix assertion failure in rp2350_chip_version

This commit is contained in:
graham sanderson 2024-09-20 12:18:18 -05:00
parent 780817a8c7
commit d08f36cd1c

View file

@ -28,7 +28,7 @@ bool __attribute__((weak)) running_in_sim(void) {
}
#endif
#define MANUFACTURER_RPI 0x927
#define MANUFACTURER_RPI 0x926
#define PART_RP4 0x4
uint8_t rp2350_chip_version(void) {