mirror of
https://github.com/fachat/xa65.git
synced 2026-04-20 10:16:46 +00:00
revert wval
This commit is contained in:
+1
-1
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user