Skip to content

Commit

Permalink
Fix typo in error message (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Mar 18, 2020
1 parent ffc9c14 commit 775dd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odometry.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ void process_int(
}
break;
default:
yprintf(OUTPUT_LV_ERROR, "Error: Unknown interrput data (%d, %d, %d)\n", param_id, id, value);
yprintf(OUTPUT_LV_ERROR, "Error: Unknown interrupt data (%d, %d, %d)\n", param_id, id, value);
break;
}
}
Expand Down

0 comments on commit 775dd56

Please sign in to comment.