mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2025-12-10 14:32:09 -06:00
8 lines
104 B
C
8 lines
104 B
C
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
#ifndef AP_RTC_ENABLED
|
|
#define AP_RTC_ENABLED 1
|
|
#endif
|