From 8eecdf463e6367ec0ce24e13dadbf30c10d92381 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 26 May 2008 10:05:47 +0000 Subject: [PATCH] Reformat. Remove note in the brief. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1361 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/drv/eeprom_avr.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bertos/cpu/avr/drv/eeprom_avr.c b/bertos/cpu/avr/drv/eeprom_avr.c index 4e7f615f..250141a3 100644 --- a/bertos/cpu/avr/drv/eeprom_avr.c +++ b/bertos/cpu/avr/drv/eeprom_avr.c @@ -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 @@ -41,12 +40,16 @@ #include "eeprom.h" +#include // MIN() #include + #include // CONFIG_EEPROM_VERIFY -#include // MIN() + #include #include CPU_HEADER(twi) + #include + #include // cpu_to_be16() #include // memset() -- 2.25.1