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