From 9a11b803980fa70d218c6bde909de207e0b656fc Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sat, 14 Mar 2009 23:24:20 +0100 Subject: * digital/io/src - convert to utf8, - update a comment. --- digital/io/src/eeprom.avr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'digital/io/src/eeprom.avr.c') diff --git a/digital/io/src/eeprom.avr.c b/digital/io/src/eeprom.avr.c index f3db3932..04aa2b7a 100644 --- a/digital/io/src/eeprom.avr.c +++ b/digital/io/src/eeprom.avr.c @@ -1,7 +1,7 @@ /* eeprom.avr.c */ /* io - Input & Output with Artificial Intelligence (ai) support on AVR. {{{ * - * Copyright (C) 2008 Dufour Jérémy + * Copyright (C) 2008 Dufour Jérémy * * APBTeam: * Web: http://apbteam.org/ @@ -45,6 +45,8 @@ /** * Current version of the parameters organization. + * @warning: you must update this value every time you change the structure of + * data stored into the EEPROM. */ #define EEPROM_PARAM_KEY 0x04 -- cgit v1.2.3