Update g5dec.inl

less diff with main
This commit is contained in:
Frédéric Delhoume
2025-08-15 16:05:03 +02:00
parent a6d3cbd69b
commit fc14519930
+1 -1
View File
@@ -141,7 +141,7 @@ static void Decode_Begin(G5DECIMAGE *pPage)
#ifdef __GNUC__
#ifdef __AVR__
pPage->iHLen = 16 - __builtin_clz(pPage->iWidth);
#else
#else
pPage->iHLen = 32 - __builtin_clz(pPage->iWidth);
#endif
#else