Fix typo in define MAX_MAC_ADDR_LEN

This commit is contained in:
2023-11-22 22:31:44 +01:00
parent 0ff34a233e
commit 43fc97c109
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
#define MAX_NAME_SIZE 20
#define MAX_REPLY_SIZE 120
#define MAX_MAX_ADDR_LEN 18
#define MAX_MAC_ADDR_LEN 18
#define MAX_EXTRA_REPLY_CHARS 27