create buffer class && some warnings fixes && update manual && create vscode tasks

This commit is contained in:
2025-05-08 23:48:52 +05:00
parent 79a79c5409
commit 521d00fdb8
16 changed files with 547 additions and 107 deletions

View File

@@ -10,7 +10,7 @@
struct ARP_entry
{
uint32_t IP;
char MAC[6];
uint8_t MAC[6];
uint16_t Status;
uint16_t TTL;
};