Skip to content

Commit

Permalink
Merge pull request #5 from discip/patch-3
Browse files Browse the repository at this point in the history
removed redundant data
  • Loading branch information
Ralim authored Feb 6, 2022
2 parents 5b662a7 + bbc1d4f commit 7731242
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 7731242

Please sign in to comment.