HwInfo: extended hw_version field to 16 bits, added a 16-bit "flags" field

pull/269/head
Morgan Diepart 2024-01-17 23:00:45 +01:00 zatwierdzone przez Silvano Seva
rodzic 1f44e9b8d3
commit fffb4761b8
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -60,7 +60,8 @@ typedef struct
{
char name[10]; /* Manufacturer-assigned hardware name. */
uint8_t hw_version; /* Hardware version number */
uint16_t hw_version; /* Hardware version number */
uint16_t flags; /* Device-specific flags */
uint8_t _unused : 6,
uhf_band : 1, /* Device allows UHF band operation. */