Change name of rtc.h/.ino files to avoid conflict for stm32
This commit is contained in:
parent
3b46db4ca2
commit
3aa21a160a
|
@ -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.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include EEPROM_LIB_H
|
||||
#ifdef SD_LOGGING
|
||||
#include "SD_logger.h"
|
||||
#include "rtc.h"
|
||||
#include "rtc_common.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "rtc.h"
|
||||
#include "rtc_common.h"
|
||||
#include "globals.h"
|
||||
#include RTC_LIB_H //Defined in each boards .h file
|
||||
|
Loading…
Reference in New Issue