mirror of https://github.com/ArduPilot/ardupilot
AP_RTC: add AP_RTC_config.h
This commit is contained in:
parent
912a088c2b
commit
68f74f9fc4
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "AP_RTC_config.h"
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef AP_RTC_ENABLED
|
||||
#define AP_RTC_ENABLED 1
|
||||
#endif
|
Loading…
Reference in New Issue