aboutsummaryrefslogtreecommitdiffstats
path: root/examples/drivertest
diff options
context:
space:
mode:
Diffstat (limited to 'examples/drivertest')
-rw-r--r--examples/drivertest/commandline/runtest.c1
-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
-rwxr-xr-xexamples/drivertest/make-files.sh1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/drivertest/commandline/runtest.c b/examples/drivertest/commandline/runtest.c
index 3eb4c22..1e7702e 100644
--- a/examples/drivertest/commandline/runtest.c
+++ b/examples/drivertest/commandline/runtest.c
@@ -4,7 +4,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/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__
diff --git a/examples/drivertest/make-files.sh b/examples/drivertest/make-files.sh
index 8f39af8..af4ef79 100755
--- a/examples/drivertest/make-files.sh
+++ b/examples/drivertest/make-files.sh
@@ -4,7 +4,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$
if [ "$1" = remove ]; then