Fix build: location of eeprom.h changed.

This commit is contained in:
barner 2006-12-22 17:02:24 +00:00
parent 45cbcde797
commit 6eb200cfc1

View File

@ -30,10 +30,10 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $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 <avr/eeprom.h> #include <avr/eeprom.h>
#include <stdio.h> #include <stdio.h>