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