Add script reading bootloader flags
[pub/lufa.git] / LUFA / CodeTemplates / DeviceTemplate / DeviceApplication.h
index 9dac556..b33c15a 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2021.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2021  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
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
  */
 
 #ifndef _USB_DEVICE_APPLICATION_H_
  */
 
 #ifndef _USB_DEVICE_APPLICATION_H_
-#define _USB_DEVICE_APPLICATION_
+#define _USB_DEVICE_APPLICATION_H_
 
        /* Includes: */
                #include <avr/io.h>
                #include <avr/wdt.h>
                #include <avr/power.h>
 
 
        /* Includes: */
                #include <avr/io.h>
                #include <avr/wdt.h>
                #include <avr/power.h>
 
+               #include <LUFA/Platform/Platform.h>
                #include <LUFA/Drivers/USB/USB.h>
 
                #include "Descriptors.h"
                #include <LUFA/Drivers/USB/USB.h>
 
                #include "Descriptors.h"