File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/portable/NetworkInterface/RX Expand file tree Collapse file tree 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 )
422422 ether_return_t eth_ret ;
423423 BaseType_t return_code = pdFALSE ;
424424 ether_param_t param ;
425-
425+
426426 /* 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
429429 */
430- const uint8_t * myethaddr = FreeRTOS_GetMACAddress ();
430+ const uint8_t * myethaddr = FreeRTOS_GetMACAddress ();
431431
432432 R_ETHER_PinSet_CHANNEL_0 ();
433433 R_ETHER_Initial ();
You can’t perform that action at this time.
0 commit comments