clocksync: Remove no longer used get_adjusted_freq() function

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-03-06 16:35:02 -05:00
parent 62fcc5a56f
commit b3cfe55b39
2 changed files with 0 additions and 7 deletions

View file

@ -661,8 +661,6 @@ class MCU:
return self._clocksync.clock_to_print_time(clock)
def estimated_print_time(self, eventtime):
return self._clocksync.estimated_print_time(eventtime)
def get_adjusted_freq(self):
return self._clocksync.get_adjusted_freq()
def clock32_to_clock64(self, clock32):
return self._clocksync.clock32_to_clock64(clock32)
# Restarts