Skip to content

Commit d08f36c

Browse files
committed
fix assertion failure in rp2350_chip_version
1 parent 780817a commit d08f36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2350/pico_platform/platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bool __attribute__((weak)) running_in_sim(void) {
2828
}
2929
#endif
3030

31-
#define MANUFACTURER_RPI 0x927
31+
#define MANUFACTURER_RPI 0x926
3232
#define PART_RP4 0x4
3333

3434
uint8_t rp2350_chip_version(void) {

0 commit comments

Comments
 (0)