X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..81ccc776bec25bb48917f651cc8e3b81022cd118:/project/commands/drawing/cmd_bmp.c?ds=inline diff --git a/project/commands/drawing/cmd_bmp.c b/project/commands/drawing/cmd_bmp.c index 4ae5423..4cb88d7 100644 --- a/project/commands/drawing/cmd_bmp.c +++ b/project/commands/drawing/cmd_bmp.c @@ -43,8 +43,8 @@ #include "project/commands.h" // Generic helper functions #if defined CFG_TFTLCD && defined CFG_SDCARD - #include "drivers/lcd/tft/lcd.h" - #include "drivers/lcd/tft/drawing.h" + #include "drivers/displays/tft/lcd.h" + #include "drivers/displays/tft/drawing.h" /**************************************************************************/ /*!