X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/162601cae715d054f74f6882aacb07c1e7a26631..d8fa6a36ffba80be398c90641b3e7e7a79d56d43:/avr/avrcpm.asm diff --git a/avr/avrcpm.asm b/avr/avrcpm.asm index 5103f77..ff278dd 100644 --- a/avr/avrcpm.asm +++ b/avr/avrcpm.asm @@ -50,10 +50,11 @@ .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