mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
Fix build: location of eeprom.h changed.
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
*
|
||||
* 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 <stdio.h>
|
||||
|
Reference in New Issue
Block a user