Skip to content

Commit

Permalink
Merge pull request #171 from iromero91/master
Browse files Browse the repository at this point in the history
Fix misbehaving weak MillisecondTimer::delay function
  • Loading branch information
andysworkshop committed May 17, 2016
2 parents 4e58f87 + da9049e commit 290d523
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 290d523

Please sign in to comment.