Move files to src

This commit is contained in:
fvanroie 2021-02-17 05:17:29 +01:00
parent 09c9e7f066
commit 830a2ef415
2 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,11 @@
/*********************
* INCLUDES
*********************/
#include "../../src/hal/hasp_hal.h" // for halGpioName()
#include "../../src/dev/device.h"
#include "hasp_conf.h"
#include "hal/hasp_hal.h" // for halGpioName()
#include "dev/device.h"
#include "tft_espi_drv.h"
#include "ArduinoLog.h"
#include "hasp_macro.h"