X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/bb58af2076c30e41d353ec193deddf54f6c3b8e8..dcebc836fbfe5e0e12b8f1eb9f482bf6035350c7:/project/commands/cmd_uart.c diff --git a/project/commands/cmd_uart.c b/project/commands/cmd_uart.c index 91081f7..490626b 100644 --- a/project/commands/cmd_uart.c +++ b/project/commands/cmd_uart.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" #include "core/uart/uart.h" /**************************************************************************/