Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.
[pub/USBasp.git] / Projects / TempDataLogger / TempDataLogger.h
index 86364f4..a0139ca 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2014.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -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>