[riot-notifications] [RIOT-OS/RIOT] boards/stm32l4/wb: add Kconfig for clock configuration (#14968)
Leandro Lanzieri
notifications at github.com
Fri Nov 6 10:21:36 CET 2020
Strangely two sources seem to be active on the macro side:
```C
#if IS_ACTIVE(CONFIG_CLOCK_PLL_SRC_HSE)
#warning "HSE as PLL src"
#endif
#if IS_ACTIVE(CONFIG_CLOCK_PLL_SRC_HSI)
#warning "HSI as PLL src"
#endif
```
```
/home/leandro/Work/git/riot-temp/cpu/stm32/stmclk/stmclk_l4wb.c:248:2: error: #warning "HSE as PLL src" [-Werror=cpp]
#warning "HSE as PLL src"
^~~~~~~
/home/leandro/Work/git/riot-temp/cpu/stm32/stmclk/stmclk_l4wb.c:252:2: error: #warning "HSI as PLL src" [-Werror=cpp]
#warning "HSI as PLL src"
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14968#issuecomment-722972492
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201106/d1614ecf/attachment.htm>
More information about the notifications
mailing list