cleanup flag changes

This commit is contained in:
Lucian Copeland 2020-02-12 14:32:50 -05:00
parent b7bb85a4da
commit b248486c3b
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
#define MICROPY_HW_NEOPIXEL (&pin_PC00)
#define BOARD_OSC_DIV 12
#define BOARD_OSC_DIV (12)
// On-board flash
#define SPI_FLASH_MOSI_PIN (&pin_PB05)

View File

@ -32,7 +32,7 @@
#define FLASH_SIZE (0x100000)
#define FLASH_PAGE_SIZE (0x4000)
#define BOARD_OSC_DIV 8
#define BOARD_OSC_DIV (8)
#define DEFAULT_I2C_BUS_SCL (&pin_PB10)
#define DEFAULT_I2C_BUS_SDA (&pin_PB09)

View File

@ -32,4 +32,4 @@
#define FLASH_SIZE (0x100000)
#define FLASH_PAGE_SIZE (0x4000)
#define BOARD_OSC_DIV 8
#define BOARD_OSC_DIV (8)