1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 07:41:52 +00:00

revert wval

This commit is contained in:
Andre Fachat 2021-05-10 21:47:48 +02:00
parent 89d9989592
commit 82d0796c65

View File

@ -37,7 +37,7 @@
t[i++] = v & 255; \ t[i++] = v & 255; \
t[i++] = (v >> 8) & 255; \ t[i++] = (v >> 8) & 255; \
t[i++] = (v >> 16) & 255; \ t[i++] = (v >> 16) & 255; \
t[i++] = f & 255; \ /*t[i++] = f & 255; for syntactically correct printing */ \
} while (0) } while (0)
#endif /* __XA65_XAD_H__ */ #endif /* __XA65_XAD_H__ */