Skip to content

Commit db0d39d

Browse files
committed
renames spd2010 touch driver so there isn't a collision with the display driver
1 parent 6c8195c commit db0d39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_drivers/common_api_drivers/indev/spd2010.py renamed to api_drivers/common_api_drivers/indev/spd2010t.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self):
7676
self.next_packet_len = 0
7777

7878

79-
class SPD2010(pointer_framework.PointerDriver):
79+
class SPD2010T(pointer_framework.PointerDriver):
8080

8181
def __init__(
8282
self,

0 commit comments

Comments
 (0)