5c32111fa0
These files that are reformatted only now fall under the list of files to apply uncrustify/black formatting to. Signed-off-by: Damien George <damien@micropython.org>
7 lines
261 B
C
7 lines
261 B
C
// Board and hardware specific configuration
|
|
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)
|
|
|
|
// Enable USB Mass Storage with FatFS filesystem.
|
|
// #define MICROPY_HW_USB_MSC (1)
|