projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make twi capitalization match.
[pub/USBasp.git]
/
LUFA
/
CodeTemplates
/
DeviceTemplate
/
DeviceApplication.h
diff --git
a/LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.h
b/LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.h
index
9dac556
..
325176c
100644
(file)
--- a/
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.h
+++ b/
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.h
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
3
.
+ Copyright (C) Dean Camera, 201
4
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
3
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
4
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
@@
-34,13
+34,14
@@
*/
#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"