
1 Apr
2020
1 Apr
'20
1:43 p.m.
Hi Patrick,
On Tue, 31 Mar 2020 18:04:25 +0200 Patrick Delaunay patrick.delaunay@st.com wrote: ...
@@ -648,8 +652,10 @@ int board_init(void)
sysconf_init();
- if (CONFIG_IS_ENABLED(CONFIG_LED))
- if (CONFIG_IS_ENABLED(CONFIG_LED)) { led_default_state();
Did you verify that this works like expected? We either use if (CONFIG_IS_ENABLED(LED)) or if (IS_ENABLED(CONFIG_LED))
Please check.
-- Anatolij