Fixed invalid PID value used in the TempDataLogger project host application (thanks...
[pub/USBasp.git] / LUFA / Drivers / Board / Dataflash.h
index f3d6dc4..9aa968b 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2011.
+     Copyright (C) Dean Camera, 2012.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2012  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
                        #elif (BOARD == BOARD_EVK527)
                                #include "AVR8/EVK527/Dataflash.h"
                        #elif (BOARD == BOARD_A3BU_XPLAINED)
-                               #include "XMEGA/A3BU_XPLAINED/Dataflash.h"                      
+                               #include "XMEGA/A3BU_XPLAINED/Dataflash.h"
                        #else
                                #include "Board/Dataflash.h"
                        #endif