Skip to content

Commit b2eeeb9

Browse files
committed
Uncrustify: triggered by comment.
1 parent 2cadb0b commit b2eeeb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/portable/NetworkInterface/RX/NetworkInterface.c

+4-4
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)