]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/avrcpm.asm
SVN --> GIT
[avrcpm.git] / avr / avrcpm.asm
index ba3b2544ea2dd4b2c4700c2aeacd6c9d1430c163..1e4f218dfc31dfecafc2b7d3e1249daf8aafcd77 100644 (file)
@@ -33,7 +33,6 @@
        .include "m328Pdef.inc"
 #endif
        .include "config.inc"
-       .include "svnrev.inc"
        .include "macros.inc"
 #if DRAM_8BIT  /* Implies software uart */
        .include "dram-8bit.inc"
@@ -58,7 +57,7 @@
        .cseg
        .org 0
        ljmp start              ; reset vector
-       
+
        .org INT_VECTORS_SIZE
 
 #if DRAM_8BIT                  /* Implies software uart */
 
        .dseg
 ramtop:        .byte   0
-       
+
        .cseg
 
 ; vim:set ts=8 noet nowrap
-