Skip to content

Commit

Permalink
Remove ctor and dtor from IntervalTimer implementation for Baremetal (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored and Boehm-Michael committed Jun 22, 2023
1 parent 337b8bd commit dd9972f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Os/Baremetal/IntervalTimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
#include <Fw/Types/Assert.hpp>

namespace Os {
IntervalTimer::IntervalTimer() {}

IntervalTimer::~IntervalTimer() {}

void IntervalTimer::getRawTime(RawTime& time) {
time.lower = 0;
time.upper = 0;
Expand Down

0 comments on commit dd9972f

Please sign in to comment.