summaryrefslogtreecommitdiff
path: root/ibus.h
diff options
context:
space:
mode:
authorLenczu Vex <kuba.lenczowski03@gmail.com>2024-12-02 20:09:33 +0100
committerLenczu Vex <kuba.lenczowski03@gmail.com>2024-12-02 20:09:33 +0100
commit877b2442c4c7cfced9517e86d438e6fa1b575c58 (patch)
tree9e33931523ce7b7c7d5df1361f0a0f2b5ce1e25d /ibus.h
parent3f96783eba8768109b449e0aebed67052e832661 (diff)
Much fixesHEADmaster
Diffstat (limited to 'ibus.h')
-rw-r--r--ibus.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ibus.h b/ibus.h
index fb1d7fb..0c9ac12 100644
--- a/ibus.h
+++ b/ibus.h
@@ -8,6 +8,7 @@
#define IBusSize 0x20
#define startByteBeta 0x40
-typedef uint8_t[IBusSize] IBusFrame
-typedef uint16_t[15] channelValues
+typedef uint8_t IBusFrame[IBusSize];
+typedef uint16_t channelValues[15];
+int encodeIBus(IBusFrame frame, channelValues vals);
#endif