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
parent
commit
5bf2574900
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ports/rp2/boards/PI-PLATES_MICROPI/mpconfigboard.h

2
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)

Loading…
Cancel
Save