Fixed header size constant to match size of mic_tcp_header structure

This commit is contained in:
Nicolas Van Wambeke 2023-04-09 19:00:39 +02:00
parent 6dfe23e925
commit b6816aa736

View file

@ -28,7 +28,7 @@ unsigned long get_now_time_usec();
#ifndef API_SC_Port
#define API_SC_Port 8525
#endif
#define API_HD_Size 15
#define API_HD_Size 16
typedef struct ip_payload
{