Rename o65_opt to o65_opt_t

This commit is contained in:
Byron Lathi
2022-04-16 14:22:16 -05:00
parent f15b7876fe
commit e30768d4c2

View File

@@ -58,7 +58,7 @@ typedef struct {
uint8_t olen;
uint8_t type;
uint8_t data[1]; //This is actually variable length
} o65_opt;
} o65_opt_t;
#endif