mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
add support for SI16 signed integer type
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
#define DATATYPE_UINT32 "ui32"
|
||||
#define DATATYPE_SP78 "sp78"
|
||||
#define DATATYPE_SI8 "si8 "
|
||||
#define DATATYPE_SI16 "si16"
|
||||
|
||||
typedef struct {
|
||||
char major;
|
||||
|
||||
Reference in New Issue
Block a user