Change name of rtc.h/.ino files to avoid conflict for stm32

This commit is contained in:
Josh Stewart 2021-01-23 08:49:44 +11:00
parent 3b46db4ca2
commit 3aa21a160a
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ A full copy of the license may be found in the projects root directory
#include "TS_CommandButtonHandler.h"
#include "errors.h"
#include "src/FastCRC/FastCRC.h"
#include "rtc.h"
#include "rtc_common.h"
/*
Processes the data on the serial buffer.

View File

@ -19,7 +19,7 @@
#include EEPROM_LIB_H
#ifdef SD_LOGGING
#include "SD_logger.h"
#include "rtc.h"
#include "rtc_common.h"
#endif

View File

@ -1,4 +1,4 @@
#include "rtc.h"
#include "rtc_common.h"
#include "globals.h"
#include RTC_LIB_H //Defined in each boards .h file