Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 13, 2022
1 parent 05ab460 commit c223314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/haptic/solenoid.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void solenoid_fire_handler(void) {
solenoid_fire(i);
}
} else {
solenoid_fire(0);
solenoid_fire(0);
}
#else
for (uint8_t i = 0; i < NUMBER_OF_SOLENOIDS; i++) {
Expand Down

0 comments on commit c223314

Please sign in to comment.