diff --git a/board/io3.c b/board/io3.c index a99a4b3..31d7c4e 100644 --- a/board/io3.c +++ b/board/io3.c @@ -507,7 +507,7 @@ static HRESULT io3_cmd_read_analogs( state = 0; } - hr = iobuf_write_le16(resp_buf, state); + hr = iobuf_write_be16(resp_buf, state); if (FAILED(hr)) { return hr;