Skip to content

Commit a3bc8f7

Browse files
Fix: minor modification
1 parent a9dc835 commit a3bc8f7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bsp/stm32/stm32f407-atk-explorer/board/ports/touch/drv_xpt2046_init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ void xpt2046_entry(void *parameter)
133133

134134
if (rt_device_read(touch, 0, &read_data, 1) == 1)
135135
{
136-
rotate_coordinates(&read_data.x_coordinate, &read_data.y_coordinate);
137-
138136
int current_x = read_data.x_coordinate;
139137
int current_y = read_data.y_coordinate;
140138

0 commit comments

Comments
 (0)