Skip to content

Commit

Permalink
Merge pull request #6490 from cyberbotics/sync-master-a5ad2db87
Browse files Browse the repository at this point in the history
Merge master into develop
  • Loading branch information
omichel authored Jan 30, 2024
2 parents a811190 + df9db42 commit c98f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/samples/devices/controllers/bumper/bumper.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main() {

wb_robot_init();

/* get a handle the the bumper and activate it. */
/* get a handle to the bumper and activate it. */
bumper = wb_robot_get_device("bumper");
wb_touch_sensor_enable(bumper, TIME_STEP);

Expand Down

0 comments on commit c98f831

Please sign in to comment.