We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6830a6 commit f045ca2Copy full SHA for f045ca2
src/mesh/PacketCache.h
@@ -17,7 +17,7 @@ typedef struct PacketCacheEntry {
17
uint8_t encrypted : 1; // Payload is encrypted
18
uint8_t has_metadata : 1; // Payload includes PacketCacheMetadata
19
uint8_t : 6; // Reserved for future use
20
- uint16_t : 8; // Reserved for future use
+ uint8_t : 8; // Reserved for future use
21
};
22
23
} PacketCacheEntry;
0 commit comments