Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Feb 11, 2015
1 parent b750b49 commit 87d8930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airspy-tools/src/airspy_gpiodir.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int write_port_pin(struct airspy_device* device,
if( result == AIRSPY_SUCCESS ) {
printf("0x%02X -> gpiodir[%1d][%2d]\n", value, port_number, pin_number);
} else {
printf("airspy_r820t_write() failed: %s (%d)\n", airspy_error_name(result), result);
printf("airspy_gpiodir_write() failed: %s (%d)\n", airspy_error_name(result), result);
}

return result;
Expand Down

0 comments on commit 87d8930

Please sign in to comment.