Remove hasp_utilities

This commit is contained in:
fvanroie 2021-04-15 05:02:59 +02:00
parent ef90cbc8c7
commit 0e1b64527f
7 changed files with 0 additions and 7 deletions

View File

@ -16,7 +16,6 @@
#include "esp_adc_cal.h"
#include "hasp_debug.h"
// #include "hasp/hasp_utilities.h"
#define BACKLIGHT_CHANNEL 0

View File

@ -10,7 +10,6 @@
#include "hasp_conf.h"
#include "hasp_debug.h"
// #include "hasp/hasp_utilities.h"
#define BACKLIGHT_CHANNEL 0

View File

@ -6,7 +6,6 @@
#include "hasp_posix.h"
#include "hasp_conf.h"
// #include "hasp/hasp_utilities.h"
#include "hasp_debug.h"
#include "display/monitor.h"

View File

@ -9,7 +9,6 @@
#include "hasp_conf.h"
#include "hasp_debug.h"
// #include "hasp/hasp_utilities.h"
#define BACKLIGHT_CHANNEL 0

View File

@ -9,7 +9,6 @@
#include "hasp_win32.h"
#include "hasp_conf.h"
// #include "hasp/hasp_utilities.h"
#include "hasp_debug.h"
#include "display/monitor.h"

View File

@ -12,7 +12,6 @@
#include "hasp_conf.h"
#include "hasp_conf.h"
#include "hasp_utilities.h"
#if HASP_USE_DEBUG > 0
#include "../hasp_debug.h"

View File

@ -19,7 +19,6 @@
#include "hasp_config.h"
#include "hal/hasp_hal.h"
// #include "hasp/hasp_utilities.h"
#include "hasp/hasp_dispatch.h"
#include "hasp/hasp_page.h"
#include "hasp/hasp.h"