acio: minor fixes

This commit is contained in:
Will Xyen
2021-09-13 13:38:27 -07:00
parent 76eca30e7a
commit d05207bdb2
2 changed files with 2 additions and 0 deletions
+1
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;
};
+1
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);