Skip to content

Commit 08e6516

Browse files
committed
Formatting
1 parent eee8a10 commit 08e6516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/portable/NetworkInterface/Zynq/NetworkInterface.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
#error configUSE_CORE_AFFINITY must be 1 in order to use niEMAC_HANDLER_TASK_AFFINITY
7171
#endif
7272

73-
#define niBMSR_LINK_STATUS 0x0004uL
73+
#define niBMSR_LINK_STATUS 0x0004uL
7474

7575
/* The size of each buffer when BufferAllocation_1 is used:
7676
* https://freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/02-FreeRTOS-plus-TCP/05-Buffer-management */
77-
#define niBUFFER_1_PACKET_SIZE 1536
77+
#define niBUFFER_1_PACKET_SIZE 1536
7878

7979
/* Naming and numbering of PHY registers. */
80-
#define PHY_REG_01_BMSR 0x01 /* Basic mode status register */
80+
#define PHY_REG_01_BMSR 0x01 /* Basic mode status register */
8181

8282
#ifndef iptraceEMAC_TASK_STARTING
8383
#define iptraceEMAC_TASK_STARTING() do {} while( ipFALSE_BOOL )

0 commit comments

Comments
 (0)