aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/stick20_commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stick20_commands.h b/include/stick20_commands.h
index d88919b..61758f6 100644
--- a/include/stick20_commands.h
+++ b/include/stick20_commands.h
@@ -138,9 +138,9 @@ namespace nitrokey {
union{
uint8_t VersionInfo_au8[4];
struct {
- uint8_t __unused;
+ uint8_t __reserved;
uint8_t minor;
- uint8_t __unused2;
+ uint8_t __reserved2;
uint8_t major;
} __packed versionInfo;
} __packed;