repair the timeout problem of i2c interrupt for xidatong

This commit is contained in:
Wang_Weigen
2022-06-02 15:53:24 +08:00
parent c6c0a0f71b
commit d57d8e0a4d
5 changed files with 55 additions and 28 deletions

View File

@@ -192,9 +192,12 @@ typedef struct
#define PRIV_SYSTICK_GET (CurrentTicksGain())
#define PRIV_LCD_DEV "/dev/lcd_dev"
#define PRIV_TOUCH_DEV "/dev/touch_dev"
#define MY_DISP_HOR_RES BSP_LCD_Y_MAX
#define MY_DISP_VER_RES BSP_LCD_X_MAX
#define PRIV_TOUCH_DEV "/dev/touch_dev"
#define MY_INDEV_X BSP_LCD_Y_MAX
#define MY_INDEV_Y BSP_LCD_X_MAX
/**********************mutex**************************/
int PrivMutexCreate(pthread_mutex_t *p_mutex, const pthread_mutexattr_t *attr);