Rename DS1307 driver files to a more generic RTC, as different RTC drivers may be added in the future.

This commit is contained in:
Dean Camera 2013-07-20 10:38:25 +02:00
parent b4af3f1fc9
commit 15828b1d5f
5 changed files with 5 additions and 8 deletions

View file

@ -5,7 +5,7 @@
www.lufa-lib.org
*/
#include "DS1307.h"
#include "RTC.h"
#if defined(DUMMY_RTC)