Browse Source

cuav_an-gps-v1:Ensure yeild is used for FLASH programing

release/1.12
David Sidrane 4 years ago committed by Daniel Agar
parent
commit
d8b9def3f8
  1. 5
      boards/cuav/can-gps-v1/src/boot_config.h

5
boards/cuav/can-gps-v1/src/boot_config.h

@ -123,12 +123,7 @@ @@ -123,12 +123,7 @@
/* 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*****************************************************************
*

Loading…
Cancel
Save