]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/avrcpm.asm
* I2C Support added
[avrcpm.git] / avr / avrcpm.asm
index 5103f779ee11f5aaf75f625b94e7312b254d662e..ff278dd1d00498cc404554f392d37787cd0dbc10 100644 (file)
        .org INT_VECTORS_SIZE
 
        .include "init.asm"
-#if DRAM_8BIT  /* Implies software uart */
+#if DRAM_8BIT                  /* Implies software uart */
        .include "sw-uart.asm"
        .include "dram-8bit.asm"
-#else  /* 4 bit RAM, hardware uart */
+       .include "i2c.asm"
+#else                          /* 4 bit RAM, hardware uart */
        .include "hw-uart.asm"
        .include "dram-4bit.asm"
 #endif