diff options
| author | awuctl | 2022-08-26 08:35:52 +0000 |
|---|---|---|
| committer | awuctl | 2022-08-26 08:35:52 +0000 |
| commit | 273c803f157594d2f12cb812cbb6d400eeb6160f (patch) | |
| tree | 6d88c58fa45531257a8c7760e27bf6a4057b24fb | |
| parent | 67f0041fadc0613d5a5bf9d6f15f143b5857ad50 (diff) | |
| download | hwid-stuff-273c803f157594d2f12cb812cbb6d400eeb6160f.zip | |
| -rw-r--r-- | hwid_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ const char *HWID_NAMES[] = { void print_block(uint8_t *hw_block) { uint32_t size = *(uint32_t *)hw_block; - uint16_t threshold = *(uint16_t *)(hw_block + 4); // just an educated guess for now + uint16_t threshold = *(uint16_t *)(hw_block + 4); unsigned instance_count = 0; puts("Block Information:"); |
