mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-07 23:54:06 +08:00
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);
|