xiaoxiang781216 commented on code in PR #7468:
URL: https://github.com/apache/incubator-nuttx/pull/7468#discussion_r1008711432
##########
arch/arm/src/efm32/efm32_clockconfig.c:
##########
@@ -718,7 +689,7 @@ static inline uint32_t efm32_lfaclk_config(uint32_t
lfaclksel, bool ulfrco,
static inline uint32_t efm32_lfbclk_config(uint32_t lfbclksel, bool ulfrco,
uint32_t hfcoreclk)
{
- uint32_t lfbclk;
+ uint32_t lfbclk = 0;
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]