Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Mar 26, 2022
1 parent 006e19d commit 0d1238e
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 @@ -93,7 +93,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 0d1238e

Please sign in to comment.