5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 15:38:29 -04:00

AP_RTC: fixed build on arm

This commit is contained in:
Andrew Tridgell 2023-12-10 11:30:11 +11:00
parent ded1cdaa2a
commit 867e9c6799

View File

@ -21,6 +21,7 @@
#include <stdio.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {