1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-01-19 15:18:38 +01:00

acio: minor fixes

This commit is contained in:
Will Xyen 2021-09-13 13:38:27 -07:00
parent cac09f8f87
commit 7d5398b6af
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ union mdxf_panel_sensors_individual {
uint8_t left : 1;
uint8_t down : 1;
uint8_t up : 1;
uint8_t unused : 4;
};
uint8_t raw;
};

View File

@ -56,6 +56,7 @@ bool aciodrv_rvol_poll(
struct ac_io_message msg;
log_assert(device);
log_assert(pout);
msg.addr = node_id + 1;
msg.cmd.code = ac_io_u16(AC_IO_CMD_RVOL_POLL);