14 lines
299 B
C
14 lines
299 B
C
#ifndef _BOARDS_WALKIE_TALKIES
|
|
#define _BOARDS_WALKIE_TALKIES
|
|
|
|
#include "boards/pico.h"
|
|
|
|
#undef PICO_BOOT_STAGE2_CHOOSE_W25Q080
|
|
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
|
|
//#define PICO_BOOT_STAGE2_CHOOSE_IS25LP080 1
|
|
//#define PICO_BOOT_STAGE2_CHOOSE_GENERIC_03H 1
|
|
|
|
#undef PICO_SMPS_MODE_PIN
|
|
|
|
#endif
|