From d0dec355ee707784203c66593e6a8e2e8b565edc Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Wed, 5 Dec 2012 23:42:47 +0100 Subject: Removed all references to the SVN expansion keyword $Id$. --- examples/custom-class/firmware/Makefile | 1 - examples/custom-class/firmware/main.c | 1 - examples/custom-class/firmware/requests.h | 1 - 3 files changed, 3 deletions(-) (limited to 'examples/custom-class/firmware') diff --git a/examples/custom-class/firmware/Makefile b/examples/custom-class/firmware/Makefile index 8896df5..a653e7f 100644 --- a/examples/custom-class/firmware/Makefile +++ b/examples/custom-class/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 = atmega168 F_CPU = 16000000 # in Hz diff --git a/examples/custom-class/firmware/main.c b/examples/custom-class/firmware/main.c index b11c245..0222729 100644 --- a/examples/custom-class/firmware/main.c +++ b/examples/custom-class/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/custom-class/firmware/requests.h b/examples/custom-class/firmware/requests.h index 075c080..3d09e66 100644 --- a/examples/custom-class/firmware/requests.h +++ b/examples/custom-class/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 -- cgit v1.2.3