1
0
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:
Leandro Lanzieri 2020-08-13 17:23:48 +02:00
parent 26dae7a198
commit 99f0b86768
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -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 */