X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/eb5531b307f75eb3d3a3b6cee380072f8af187fd..7aeb2288ae07778b92b3c9224cbc149cb08282a8:/drivers/displays/tft/touchscreen.c diff --git a/drivers/displays/tft/touchscreen.c b/drivers/displays/tft/touchscreen.c index 90af15f..3370c5f 100644 --- a/drivers/displays/tft/touchscreen.c +++ b/drivers/displays/tft/touchscreen.c @@ -40,7 +40,7 @@ #include "core/adc/adc.h" #include "core/gpio/gpio.h" #include "core/systick/systick.h" -#include "drivers/eeprom/eeprom.h" +#include "drivers/storage/eeprom/eeprom.h" #include "drivers/displays/tft/lcd.h" #include "drivers/displays/tft/drawing.h" #include "drivers/displays/tft/fonts/dejavusans9.h"