From e30768d4c2e86d2c35af9ab762b080a3973435c1 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 16 Apr 2022 14:22:16 -0500 Subject: [PATCH] Rename o65_opt to o65_opt_t --- sw/o65.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/o65.h b/sw/o65.h index 6191a25..1871ec9 100644 --- a/sw/o65.h +++ b/sw/o65.h @@ -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