Rename DS1307 driver files to a more generic RTC, as different RTC drivers may be added in the future.
This commit is contained in:
parent
b4af3f1fc9
commit
15828b1d5f
5 changed files with 5 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
www.lufa-lib.org
|
||||
*/
|
||||
|
||||
#include "DS1307.h"
|
||||
#include "RTC.h"
|
||||
|
||||
#if defined(DUMMY_RTC)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue