configBitstreamParser: added static method to switch bits for 32bits value

This commit is contained in:
Gwenhael Goavec-Merou
2024-11-09 11:26:02 +01:00
parent 543be23d03
commit e75e15bb63
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ class ConfigBitstreamParser {
};
static uint8_t reverseByte(uint8_t src);
static uint32_t reverse_32(uint32_t src);
private:
/**