diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2015-07-03 10:38:07 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2015-07-03 10:38:07 +0200 |
commit | 37c29845f6a446354e492ea25c76705f6e177c7b (patch) | |
tree | 37c2a1dcf4ce0e4c12bb8e920d26368094704c27 /bootloaders/stk500v2 | |
parent | 462fff36fd14b2ece6293974d4c66328c521f6bd (diff) |
Removed a handful of SVN expansion keywords. See #277
Diffstat (limited to 'bootloaders/stk500v2')
-rw-r--r-- | bootloaders/stk500v2/Makefile | 1 | ||||
-rw-r--r-- | bootloaders/stk500v2/stk500boot.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bootloaders/stk500v2/Makefile b/bootloaders/stk500v2/Makefile index 6b66a26..eeb9add 100644 --- a/bootloaders/stk500v2/Makefile +++ b/bootloaders/stk500v2/Makefile @@ -1,7 +1,6 @@ # ----------------------------------------------------------------------------
# Makefile to compile and link stk500boot bootloader
# Author: Peter Fleury
-# File: $Id: Makefile,v 1.3 2006/03/04 19:26:17 peter Exp $
# based on WinAVR Makefile Template written by Eric B. Weddington, Jörg Wunsch, et al.
#
# Adjust F_CPU below to the clock frequency in Mhz of your AVR target
diff --git a/bootloaders/stk500v2/stk500boot.c b/bootloaders/stk500v2/stk500boot.c index e7494df..0b49dff 100644 --- a/bootloaders/stk500v2/stk500boot.c +++ b/bootloaders/stk500v2/stk500boot.c @@ -2,7 +2,6 @@ Title: STK500v2 compatible bootloader Modified for Wiring board ATMega128-16MHz Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury -File: $Id: stk500boot.c,v 1.11 2006/06/25 12:39:17 peter Exp $ Compiler: avr-gcc 3.4.5 or 4.1 / avr-libc 1.4.3 Hardware: All AVRs with bootloader support, tested with ATmega8 License: GNU General Public License |