X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..46a985dc4e6c6a0cc1a943e58a06d160609f9f13:/project/commands/drawing/cmd_tsthreshhold.c diff --git a/project/commands/drawing/cmd_tsthreshhold.c b/project/commands/drawing/cmd_tsthreshhold.c index 9e0144e..a195b36 100644 --- a/project/commands/drawing/cmd_tsthreshhold.c +++ b/project/commands/drawing/cmd_tsthreshhold.c @@ -44,7 +44,7 @@ #include "project/commands.h" // Generic helper functions #ifdef CFG_TFTLCD - #include "drivers/eeprom/eeprom.h" + #include "drivers/storage/eeprom/eeprom.h" #include "drivers/displays/tft/touchscreen.h" /**************************************************************************/