ardupilot/libraries/AP_Common/time.h
Peter Barker 4124c6ed3f AP_Common: move AP_RTC::mktime to be ap_mktime
in preparation for AP_RTC_ENABLED
2023-06-27 11:25:11 +10:00

7 lines
99 B
C

#pragma once
#include <time.h>
// replacement for mktime()
time_t ap_mktime(const struct tm *t);