forked from xuos/xiuos
fix touch address error
This commit is contained in:
@@ -215,6 +215,12 @@ typedef struct
|
||||
uint16_t press;
|
||||
}TouchDataParam;
|
||||
|
||||
struct TouchDataStandard
|
||||
{
|
||||
uint16 x;
|
||||
uint16 y;
|
||||
};
|
||||
|
||||
struct RtcDrvConfigureParam
|
||||
{
|
||||
int rtc_operation_cmd;
|
||||
|
||||
Reference in New Issue
Block a user