Skip to content

Commit

Permalink
removed redundant data
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored Feb 6, 2022
1 parent 0a63a3c commit bbc1d4f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,7 @@
#define FLASH_BOOTLDR_SIZE_KB 16
#define FLASH_BOOTLDR_PAYLOAD_SIZE_KB 112

#elif MODEL_TS80
#define GPIO_DFU_BOOT_PORT GPIOB
#define GPIO_DFU_BOOT_PIN 1
#define OLED_RESET_Pin 15
#define OLED_RESET_GPIO_Port GPIOA
#define FLASH_SIZE_KB 128
#define FLASH_BOOTLDR_SIZE_KB 16
#define FLASH_BOOTLDR_PAYLOAD_SIZE_KB 112

#elif MODEL_TS80P
#elif MODEL_TS80 || MODEL_TS80P
#define GPIO_DFU_BOOT_PORT GPIOB
#define GPIO_DFU_BOOT_PIN 1
#define OLED_RESET_Pin 15
Expand Down

0 comments on commit bbc1d4f

Please sign in to comment.