Skip to content

Commit

Permalink
Fix misbehaving weak MillisecondTimer::delay function
Browse files Browse the repository at this point in the history
  • Loading branch information
iromero91 committed May 14, 2016
1 parent 4e58f87 commit da9049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/timing/MillisecondTimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace stm32plus {
* @param millis The amount of time to wait.
*/

inline void MillisecondTimer::delay(uint32_t millis) {
void MillisecondTimer::delay(uint32_t millis) {

uint32_t target;

Expand Down

0 comments on commit da9049e

Please sign in to comment.