X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..277c38b5c941330bcba626fd3c22dfba0e0e0be4:/project/commands/drawing/cmd_circle.c?ds=sidebyside diff --git a/project/commands/drawing/cmd_circle.c b/project/commands/drawing/cmd_circle.c index 9eb1227..1651029 100644 --- a/project/commands/drawing/cmd_circle.c +++ b/project/commands/drawing/cmd_circle.c @@ -43,8 +43,8 @@ #include "project/commands.h" // Generic helper functions #ifdef CFG_TFTLCD - #include "drivers/lcd/tft/lcd.h" - #include "drivers/lcd/tft/drawing.h" + #include "drivers/displays/tft/lcd.h" + #include "drivers/displays/tft/drawing.h" /**************************************************************************/ /*!