spelling: request

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 18:43:30 -05:00
parent 6590c67a88
commit 1732aa321b
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ void test_smartstrap_comms__send_receive_data(void) {
// faked on-the-wire data for response // faked on-the-wire data for response
uint8_t response_raw[] = {0x7E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x43, 0x7E}; uint8_t response_raw[] = {0x7E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x43, 0x7E};
// send the rquest // send the request
prv_do_send(&write_mbuf, &read_mbuf, expected, sizeof(expected)); prv_do_send(&write_mbuf, &read_mbuf, expected, sizeof(expected));
// process the fake response // process the fake response
prv_do_read(response_raw, sizeof(response_raw), &read_mbuf, test_data, sizeof(test_data)); prv_do_read(response_raw, sizeof(response_raw), &read_mbuf, test_data, sizeof(test_data));