Skip to content

Commit b4403c4

Browse files
changed it back
1 parent 92e6d21 commit b4403c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetX/inc/u_nx_ethernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typedef struct {
5656
uint8_t recipient_id;
5757
uint8_t message_id;
5858
uint8_t data_length;
59-
uint8_t data[10]; // change back
59+
uint8_t data[ETH_MESSAGE_SIZE];
6060
} ethernet_message_t;
6161

6262
/* Function Pointers (for initialization). */

0 commit comments

Comments
 (0)