We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e6d21 commit b4403c4Copy full SHA for b4403c4
1 file changed
NetX/inc/u_nx_ethernet.h
@@ -56,7 +56,7 @@ typedef struct {
56
uint8_t recipient_id;
57
uint8_t message_id;
58
uint8_t data_length;
59
- uint8_t data[10]; // change back
+ uint8_t data[ETH_MESSAGE_SIZE];
60
} ethernet_message_t;
61
62
/* Function Pointers (for initialization). */
0 commit comments