Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion current/src/urg_sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ static const char *receive_command_response(urg_t *urg,
}


static const int receive_II_command_response(urg_t *urg,
static int receive_II_command_response(urg_t *urg,
char *buffer, int buffer_size)
{
const int vv_expected[] = { 0, EXPECTED_END };
Expand Down