// A pico-sdk board definition is required since the WeAct Studio boards are // not officially supported. // // Officially supported boards: // https://github.com/raspberrypi/pico-sdk/tree/master/src/boards/include/boards #ifndef _BOARDS_VCCGNDSTUDIO_16MB_H #define _BOARDS_VCCGNDSTUDIO_16MB_H #include "vccgndstudio_common.h" #define VCCGNDSTUDIO_16MB #ifndef PICO_FLASH_SIZE_BYTES #define PICO_FLASH_SIZE_BYTES (16 * 1024 * 1024) #endif #endif