mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 16:31:18 +01:00
boards/common/atmega: define board_init as weak
This commit is contained in:
parent
26dae7a198
commit
99f0b86768
@ -29,7 +29,7 @@
|
||||
|
||||
void led_init(void);
|
||||
|
||||
void board_init(void)
|
||||
void __attribute__((weak)) board_init(void)
|
||||
{
|
||||
#ifdef CPU_ATMEGA32U4
|
||||
/* disable usb interrupt on Atmega32U4 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user