aboutsummaryrefslogtreecommitdiffstats
path: root/examples/drivertest/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'examples/drivertest/firmware')
-rw-r--r--examples/drivertest/firmware/Makefile1
-rw-r--r--examples/drivertest/firmware/main.c1
-rw-r--r--examples/drivertest/firmware/requests.h1
-rw-r--r--examples/drivertest/firmware/usbconfig.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/drivertest/firmware/Makefile b/examples/drivertest/firmware/Makefile
index a4f9baa..326072b 100644
--- a/examples/drivertest/firmware/Makefile
+++ b/examples/drivertest/firmware/Makefile
@@ -5,7 +5,6 @@
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
DEVICE = atmega8
F_CPU = 12800000 # in Hz
diff --git a/examples/drivertest/firmware/main.c b/examples/drivertest/firmware/main.c
index fa22152..53e322c 100644
--- a/examples/drivertest/firmware/main.c
+++ b/examples/drivertest/firmware/main.c
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/*
diff --git a/examples/drivertest/firmware/requests.h b/examples/drivertest/firmware/requests.h
index 2029c30..475101a 100644
--- a/examples/drivertest/firmware/requests.h
+++ b/examples/drivertest/firmware/requests.h
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
/* This header is shared between the firmware and the host software. It
diff --git a/examples/drivertest/firmware/usbconfig.h b/examples/drivertest/firmware/usbconfig.h
index 839a0dd..7272869 100644
--- a/examples/drivertest/firmware/usbconfig.h
+++ b/examples/drivertest/firmware/usbconfig.h
@@ -5,7 +5,6 @@
* Tabsize: 4
* Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
- * This Revision: $Id$
*/
#ifndef __usbconfig_h_included__