mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
4124c6ed3f
in preparation for AP_RTC_ENABLED
7 lines
99 B
C
7 lines
99 B
C
#pragma once
|
|
|
|
#include <time.h>
|
|
|
|
// replacement for mktime()
|
|
time_t ap_mktime(const struct tm *t);
|