mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
`led_init()` is already protected by an `#ifdef`, so no need for the weak symbol. The problem is that the weak function does not get overridden, even when the board provides it's own led_init(), resulting in no LEDs being initialized.