Remove headers from old drivers

This commit is contained in:
fvanroie 2022-04-12 03:03:25 +02:00
parent c402a9932e
commit 1a72c9e7a9
2 changed files with 0 additions and 5 deletions

View File

@ -14,10 +14,6 @@
#include "drv/tft/tft_driver.h"
#include "drv/touch/touch_driver.h"
//#include "drv/hasp_drv_display.h"
//#include "drv/old/hasp_drv_touch.h"
//#include "drv/old/hasp_drv_tft_espi.h"
#include "hasp_debug.h"
#include "hasp_config.h"
#include "hasp_gui.h"

View File

@ -8,7 +8,6 @@
#include "sys/net/hasp_network.h"
#include "sys/net/hasp_time.h"
#include "dev/device.h"
// #include "drv/old/hasp_drv_touch.h"
#include "ArduinoLog.h"
#if HASP_USE_CONFIG > 0