mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
Moving atmega_stdio_init() to cpu_init() just before periph_init() guarantees that stdio is available to allow DEBUG() in periph_init(). This also helps to unify the boot up process of ATmega boards and de-duplicates the stdio init from board_init().