Replace use of numeric literals with appropriate enums

This commit is contained in:
Allen Hill
2026-05-04 11:47:34 -07:00
parent d465bb38c7
commit 628ec2de5f
3 changed files with 9 additions and 8 deletions
+1
View File
@@ -53,6 +53,7 @@ typedef enum {
} commands;
typedef enum {
dev_LAN = 0x00,
dev_COMM_CTRL = 0x01,
dev_COMM_v1 = 0x11,
dev_COMM_v2 = 0x12,