mirror of
https://github.com/fachat/xa65.git
synced 2025-03-10 12:31:21 +00:00
revert wval
This commit is contained in:
parent
89d9989592
commit
82d0796c65
@ -37,7 +37,7 @@
|
||||
t[i++] = v & 255; \
|
||||
t[i++] = (v >> 8) & 255; \
|
||||
t[i++] = (v >> 16) & 255; \
|
||||
t[i++] = f & 255; \
|
||||
/*t[i++] = f & 255; for syntactically correct printing */ \
|
||||
} while (0)
|
||||
|
||||
#endif /* __XA65_XAD_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user