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
6
libraries/AP_Common/time.h
Normal file
6
libraries/AP_Common/time.h
Normal file
@ -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
Block a user