Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Oct 13, 2021
1 parent d3abf73 commit b448e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mbed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ void PwmOut::write(float val) { mbedMockWrite(pin_, val); }
Kernel::Clock::time_point Kernel::Clock::now() {
return Kernel::Clock::time_point(
std::chrono::microseconds(MbedState_.us_ticks));
}
}

0 comments on commit b448e76

Please sign in to comment.