mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
fix assertion failure in rp2350_chip_version
This commit is contained in:
parent
780817a8c7
commit
d08f36cd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue