Remove unnecessary file

ugfx_release_2.6
inmarket 2014-10-13 17:43:37 +10:00
parent 386cbe90b8
commit 39c4d3207c
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/
#ifndef _LLD_GMOUSE_MCU_CONFIG_H
#define _LLD_GMOUSE_MCU_CONFIG_H
#define GMOUSE_MCU_PEN_CALIBRATE_ERROR 2
#define GMOUSE_MCU_PEN_CLICK_ERROR 2
#define GMOUSE_MCU_PEN_MOVE_ERROR 2
#define GMOUSE_MCU_FINGER_CALIBRATE_ERROR 4
#define GMOUSE_MCU_FINGER_CLICK_ERROR 4
#define GMOUSE_MCU_FINGER_MOVE_ERROR 4
#endif /* _LLD_GMOUSE_MCU_CONFIG_H */