]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/config.inc
* avr/timer.asm
[avrcpm.git] / avr / config.inc
index 48f4b4aca855a19c3ef813f43f8e242c8928de08..f6d16c98f798e681990592049ac5a9f810539f1a 100644 (file)
@@ -23,7 +23,7 @@
 
 
 #define VMAJOR 3               /* Version number */
-#define VMINOR 0
+#define VMINOR 1
 
 #ifndef DRAM_8BIT
   #define DRAM_8BIT 1          /* 1 = 8bit wide DRAM */
 #define TIMER_CTL   TIMERPORT
 #define TIMER_MSECS TIMERPORT+1
 #define TIMER_SECS  TIMER_MSECS+2
+#define        CLOCKPORT   TIMERPORT+7
 
 #define starttimercmd  1
 #define quitTimerCmd   2