Make the TWI driver more generic to work with devices other than EEPROMS.
[bertos.git] / drv / ser_i196.c
index 812053bfae3043b780998d4caf303e7a57579ce2..47bc92955df0e52c72c28b4f1c207d8584dd6dd9 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright (C) 2003,2004 Develer S.r.l. (http://www.develer.com/)
  * Copyright (C) 2000 Bernardo Innocenti <bernie@codewiz.org>
- * This file is part of DevLib - See devlib/README for information.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \version $Id$
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.6  2005/11/04 16:20:02  bernie
+ *#* Fix reference to README.devlib in header.
+ *#*
  *#* Revision 1.5  2004/12/13 11:51:08  bernie
  *#* DISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_ENABLE.
  *#*