Skip to content

Commit

Permalink
Fix missing target define (betaflight#13078)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Sep 27, 2023
1 parent d8ed530 commit 66bf029
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/target/STM32F7X2/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@

#define USE_USB_DETECT

#define USE_ESCSERIAL

#define USE_ADC

#define USE_EXTI

#define FLASH_PAGE_SIZE ((uint32_t)0x4000) // 16K sectors

0 comments on commit 66bf029

Please sign in to comment.