X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/e8384f88b1a073f47591b9ca13b73da12a7c59a8..fc0cd57120d91d28abb262e46a2d90f1ae92817f:/avr/avrcpm.asm?ds=sidebyside diff --git a/avr/avrcpm.asm b/avr/avrcpm.asm index ba3b254..1e4f218 100644 --- a/avr/avrcpm.asm +++ b/avr/avrcpm.asm @@ -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 */ @@ -103,8 +102,7 @@ .dseg ramtop: .byte 0 - + .cseg ; vim:set ts=8 noet nowrap -