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

@ -48,7 +48,7 @@
#include "Lib/SCSI.h"
#include "Lib/DataflashManager.h"
#include "Lib/FATFs/ff.h"
#include "Lib/DS1307.h"
#include "Lib/RTC.h"
#include "Config/AppConfig.h"
#include <LUFA/Drivers/Board/LEDs.h>