Skip to content

Commit

Permalink
Remove the code disabling ESCSERIAL for F7.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Jul 27, 2023
1 parent f67e446 commit b82ed22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/target/common_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,6 @@
#undef USE_CMS_GPS_RESCUE_MENU
#endif

// TODO: Remove this once HAL support is fixed for ESCSERIAL
#ifdef STM32F7
#undef USE_ESCSERIAL
#endif

#if defined(CONFIG_IN_RAM) || defined(CONFIG_IN_FILE) || defined(CONFIG_IN_EXTERNAL_FLASH) || defined(CONFIG_IN_SDCARD) || defined(CONFIG_IN_MEMORY_MAPPED_FLASH)
#ifndef EEPROM_SIZE
#define EEPROM_SIZE 4096
Expand Down

0 comments on commit b82ed22

Please sign in to comment.