Skip to content

Commit

Permalink
stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.
Browse files Browse the repository at this point in the history
So it compiles with the latest F7 hal.
  • Loading branch information
flowergrass authored and dpgeorge committed Dec 7, 2016
1 parent 6901649 commit db5a4e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h
Expand Up @@ -140,6 +140,10 @@
#define LSE_VALUE ((uint32_t)32768) /*!< Value of the External Low Speed oscillator in Hz */
#endif /* LSE_VALUE */

#if !defined (LSE_STARTUP_TIMEOUT)
#define LSE_STARTUP_TIMEOUT ((uint32_t)5000U) /*!< Time out for LSE start up, in ms */
#endif /* LSE_STARTUP_TIMEOUT */

/**
* @brief External clock source for I2S peripheral
* This value is used by the I2S HAL module to compute the I2S clock source
Expand Down

0 comments on commit db5a4e8

Please sign in to comment.