Skip to content

Commit c9ffe88

Browse files
DanielMolina24AVSurfer123
authored andcommitted
[TEST]Fixed function names in net_handler_client.c
Former-commit-id: 36674ad
1 parent af3136e commit c9ffe88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cli/net_handler_cli.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ void prompt_device_data() {
236236
int num_devices = 0;
237237
uint8_t dev_type;
238238
long long int temp;
239-
dev_data_t data[MAX_DEVICES];
239+
dev_subs_t data[MAX_DEVICES];
240240
device_t* curr_dev;
241241

242242
// first get the list of device names
@@ -330,7 +330,7 @@ void prompt_device_data() {
330330

331331
// send
332332
printf("Sending Device Data message!\n\n");
333-
send_device_data(data, num_devices);
333+
send_device_subs(data, num_devices);
334334

335335
// free everything
336336
for (int i = 0; i < num_devices; i++) {

0 commit comments

Comments
 (0)