From 6eb200cfc15019fb82ba3862d3073385390ea531 Mon Sep 17 00:00:00 2001 From: barner Date: Fri, 22 Dec 2006 17:02:24 +0000 Subject: [PATCH] Fix build: location of eeprom.h changed. --- cpu/avr/dev/eeprom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/avr/dev/eeprom.c b/cpu/avr/dev/eeprom.c index 400ea6753..66775efd0 100644 --- a/cpu/avr/dev/eeprom.c +++ b/cpu/avr/dev/eeprom.c @@ -30,10 +30,10 @@ * * Author: Adam Dunkels * - * $Id: eeprom.c,v 1.1 2006/06/17 22:41:21 adamdunkels Exp $ + * $Id: eeprom.c,v 1.2 2006/12/22 17:02:24 barner Exp $ */ -#include "eeprom.h" +#include "dev/eeprom.h" #include #include