We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a4226 commit d4003baCopy full SHA for d4003ba
arch/avr32/boards/atstk1000/atstk1002.c
@@ -154,8 +154,9 @@ static int __init atstk1002_init(void)
154
#endif
155
at32_add_device_usart(2);
156
157
+#ifndef CONFIG_BOARD_ATSTK1002_SW6_CUSTOM
158
set_hw_addr(at32_add_device_eth(0, ð_data[0]));
-
159
+#endif
160
#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
161
at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info));
162
0 commit comments