X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..4292be14c78b8f30075c9e4837dd026f6fec532e:/project/commands/drawing/cmd_tsthreshhold.c?ds=sidebyside 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" /**************************************************************************/