mirror of
https://github.com/aotta/PicoPAC
synced 2024-11-15 05:05:01 -05:00
10 lines
271 B
C
10 lines
271 B
C
|
// myboard.h
|
||
|
|
||
|
// setting first overrides the value in the default header
|
||
|
|
||
|
//#define PICO_FLASH_SPI_CLKDIV 2 // use for winbond flash
|
||
|
#define PICO_FLASH_SPI_CLKDIV 4 // use for slower flash (e.g. zbit)
|
||
|
|
||
|
// pick up the rest of the settings
|
||
|
#include "boards/pico.h"
|