AP_RTC: add AP_RTC_config.h

This commit is contained in:
Peter Barker 2023-10-06 10:44:43 +11:00 committed by Andrew Tridgell
parent 912a088c2b
commit 68f74f9fc4
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include "AP_RTC_config.h"
#include <AP_Param/AP_Param.h>
#include <stdint.h>

View File

@ -0,0 +1,7 @@
#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_RTC_ENABLED
#define AP_RTC_ENABLED 1
#endif