mirror of https://github.com/ArduPilot/ardupilot
AP_Common: move AP_RTC::mktime to be ap_mktime
in preparation for AP_RTC_ENABLED
This commit is contained in:
parent
84e4a45dc3
commit
4124c6ed3f
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <time.h>
|
||||
|
||||
// replacement for mktime()
|
||||
time_t ap_mktime(const struct tm *t);
|
Loading…
Reference in New Issue