Fix error: private field 'm_stop' is not used

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-11-04 21:48:51 +08:00 committed by Petro Karashchenko
parent 56da7efc57
commit 7bc1c17ecd

View File

@ -164,7 +164,6 @@ namespace NxWM
struct nxgl_point_s m_touchPos; /**< This is the last touch position */
volatile uint8_t m_calthread; /**< Current calibration display state (See ECalibThreadState)*/
uint8_t m_calphase; /**< Current calibration display state (See ECalibrationPhase)*/
bool m_stop; /**< True: We have been asked to stop the calibration */
bool m_touched; /**< True: The screen is touched */
uint8_t m_touchId; /**< The ID of the touch */
#ifdef CONFIG_NXWM_CALIBRATION_AVERAGE