formatting

This commit is contained in:
2024-08-20 16:28:09 +02:00
parent b4533ac11f
commit 9c57571a41
9 changed files with 44 additions and 30 deletions

View File

@ -146,7 +146,7 @@ typedef struct udp_header_struct {
uint16_t ip_destip_lsb;
// padding
uint32_t padding0;
uint32_t padding1;
uint32_t padding1;
} udp_header;
#define IP_HEADER_SIZE (20)