File tree 1 file changed +4
-4
lines changed
source/portable/NetworkInterface/RX
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -422,12 +422,12 @@ static int InitializeNetwork( void )
422
422
ether_return_t eth_ret ;
423
423
BaseType_t return_code = pdFALSE ;
424
424
ether_param_t param ;
425
-
425
+
426
426
/* Read the mac address after it has been initilized by the FreeRTOS IP Stack, rather than from defines
427
- * as the mac address is usually read from the EEPROM, and it might be different to the mac address in
428
- * the defines, especially in production environments
427
+ * as the mac address is usually read from the EEPROM, and it might be different to the mac address in
428
+ * the defines, especially in production environments
429
429
*/
430
- const uint8_t * myethaddr = FreeRTOS_GetMACAddress ();
430
+ const uint8_t * myethaddr = FreeRTOS_GetMACAddress ();
431
431
432
432
R_ETHER_PinSet_CHANNEL_0 ();
433
433
R_ETHER_Initial ();
You can’t perform that action at this time.
0 commit comments