fix complie error for incompatibilities between kernels
This commit is contained in:
@@ -40,7 +40,6 @@ void TestTouch(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <transform.h>
|
||||
@@ -49,6 +48,7 @@ void TestTouch(void)
|
||||
#define LCD_DOT_TYPE 1
|
||||
#define LCD_SIZE 320
|
||||
|
||||
#elif ADD_XIZI_FETURES
|
||||
|
||||
void TestTouch(void)
|
||||
{
|
||||
@@ -109,4 +109,5 @@ void TestTouch(void)
|
||||
PrivClose(touch_fd);
|
||||
}
|
||||
|
||||
PRIV_SHELL_CMD_FUNCTION(TestTouch, a touch test sample, PRIV_SHELL_CMD_MAIN_ATTR);
|
||||
PRIV_SHELL_CMD_FUNCTION(TestTouch, a touch test sample, PRIV_SHELL_CMD_MAIN_ATTR);
|
||||
#endif
|
||||
Reference in New Issue
Block a user