From 273c803f157594d2f12cb812cbb6d400eeb6160f Mon Sep 17 00:00:00 2001 From: awuctl <61098069+awuctl@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:35:52 +0200 Subject: [PATCH] remove guess notice, confirmed in clipup --- hwid_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwid_dec.c b/hwid_dec.c index f0bc75a..ba560b1 100644 --- a/hwid_dec.c +++ b/hwid_dec.c @@ -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:");