Skip to content

Commit

Permalink
holybro_can-gps-v1:Ensure yeild is used for FLASH programing
Browse files Browse the repository at this point in the history
  • Loading branch information
davids5 authored and dagar committed Feb 23, 2021
1 parent 84b3f51 commit dd736f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boards/holybro/can-gps-v1/src/boot_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,7 @@
#define APPLICATION_LAST_64BIT_ADDRRESS ((uint64_t *)((APPLICATION_LOAD_ADDRESS+APPLICATION_SIZE)-sizeof(uint64_t)))

/* If this board uses big flash that have large sectors */

#if defined(CONFIG_STM32_FLASH_CONFIG_E) || \
defined(CONFIG_STM32_FLASH_CONFIG_F) || \
defined(CONFIG_STM32_FLASH_CONFIG_G) || \
defined(CONFIG_STM32_FLASH_CONFIG_I)
#define OPT_USE_YIELD
#endif

/* Bootloader Option*****************************************************************
*
Expand Down

0 comments on commit dd736f8

Please sign in to comment.