Browse Source
Update mpconfigboard.h
Signed-off-by: WallyWare <pi-plates@users.noreply.github.com>
pull/12319/head
WallyWare
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ports/rp2/boards/PI-PLATES_MICROPI/mpconfigboard.h
|
|
@ -1,6 +1,6 @@ |
|
|
|
// Board and hardware specific configuration
|
|
|
|
#define MICROPY_HW_BOARD_NAME "MICROpi" |
|
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (15* 1024 * 1024) |
|
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (15 * 1024 * 1024) |
|
|
|
|
|
|
|
#define MICROPY_HW_USB_VID (0x2E8A) |
|
|
|
#define MICROPY_HW_USB_PID (0x1065) |
|
|
|