create buffer class && some warnings fixes && update manual && create vscode tasks
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
struct ARP_entry
|
||||
{
|
||||
uint32_t IP;
|
||||
char MAC[6];
|
||||
uint8_t MAC[6];
|
||||
uint16_t Status;
|
||||
uint16_t TTL;
|
||||
};
|
||||
|
Reference in New Issue
Block a user