text fixes

This commit is contained in:
Hierophect 2019-12-06 11:58:26 -05:00
parent 0ae08e275d
commit 2a01f0806e
3 changed files with 1 additions and 8 deletions

View File

@ -33,7 +33,6 @@
#define FLASH_PAGE_SIZE (0x4000) //16K
#define BOARD_OSC_DIV 8
#define CIRCUITPY_AUTORELOAD_DELAY_MS 500
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x2000 - 0xC000)

View File

@ -140,12 +140,6 @@ typedef struct {
//Starter Lines
#ifdef STM32F401xE
#define HAS_DAC 0
#define HAS_TRNG 0
#include "stm32f401xe/periph.h"
#endif
#ifdef STM32F411xE
#define HAS_DAC 0
#define HAS_TRNG 0