X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/eb5531b307f75eb3d3a3b6cee380072f8af187fd..7aeb2288ae07778b92b3c9224cbc149cb08282a8:/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" /**************************************************************************/