X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..e0c57a168922052cca4853cf4995677e3270957a:/project/commands/cmd_i2ceeprom_write.c diff --git a/project/commands/cmd_i2ceeprom_write.c b/project/commands/cmd_i2ceeprom_write.c index 0eec71e..7b1621a 100644 --- a/project/commands/cmd_i2ceeprom_write.c +++ b/project/commands/cmd_i2ceeprom_write.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" /**************************************************************************/ /*!