X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..113fbd0d57be3df9bc6ac56b44d8bd154cc90d38:/project/commands/cmd_i2ceeprom_read.c diff --git a/project/commands/cmd_i2ceeprom_read.c b/project/commands/cmd_i2ceeprom_read.c index c27de8e..d32b8f5 100644 --- a/project/commands/cmd_i2ceeprom_read.c +++ b/project/commands/cmd_i2ceeprom_read.c @@ -43,7 +43,7 @@ #include "project/commands.h" // Generic helper functions #ifdef CFG_I2CEEPROM - #include "drivers/eeprom/eeprom.h" + #include "drivers/storage/eeprom/eeprom.h" /**************************************************************************/ /*!