Reformat. Remove note in the brief.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 10:05:47 +0000 (10:05 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 10:05:47 +0000 (10:05 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1361 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/eeprom_avr.c

index 4e7f615fe6068e8589a35482d4ecd6aa4f2c1cf1..250141a301aa5bdab094891d66da06c88d5186f9 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS (implementation)
  *
- * \note This implementation is AVR specific.
  *
  * \version $Id$
  * \author Stefano Fedrigo <aleph@develer.com>
 
 #include "eeprom.h"
 
+#include <cfg/macros.h>  // MIN()
 #include <cfg/debug.h>
+
 #include <appconfig.h>  // CONFIG_EEPROM_VERIFY
-#include <cfg/macros.h>  // MIN()
+
 #include <cpu/attr.h>
 #include CPU_HEADER(twi)
+
 #include <drv/wdt.h>
+
 #include <mware/byteorder.h> // cpu_to_be16()
 
 #include <string.h>  // memset()