X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/79986122b1d8a4aaf015b8d30f20e99d78779342..fc67ef420913bf8404ad90582d39538d79875425:/avr/i2c.asm diff --git a/avr/i2c.asm b/avr/i2c.asm index 0d96ace..9b13191 100644 --- a/avr/i2c.asm +++ b/avr/i2c.asm @@ -1,7 +1,7 @@ ; I2C (TWI) master interface. ; This is part of the Z80-CP/M emulator written by Sprite_tm. ; -; Copyright (C) 2010 Leo C. +; Copyright (C) 2013 Leo C. ; ; This file is part of avrcpm. ; @@ -21,7 +21,7 @@ ; $Id$ ; -#if I2C +#if I2C_SUPPORT /* General TWI Master status codes */ #define TWI_START 0x08 /* START has been transmitted */ @@ -469,7 +469,7 @@ pcf8574_out: ret -#endif /* I2C */ +#endif /* I2C_SUPPORT */ ;------------------------------------------------------------------ ; vim:set ts=8 noet nowrap