mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-28 21:00:54 +00:00
Fix error: private field 'm_stop' is not used
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
56da7efc57
commit
7bc1c17ecd
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue