-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Initialize encoder_ticks_ in hw interface
Initialize values in encoder_ticks_ member array of hardware interface to zero because receiving meaningfultick values from the microcontroller might take some time. Alleviates problems in #30
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,4 +181,4 @@ namespace diffbot_base | |
|
||
} // namespace | ||
|
||
#endif // DIFFBOT_HW_INTERFACE_H | ||
#endif // DIFFBOT_HW_INTERFACE_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters