fixed typo

This commit is contained in:
Chris Milne
2018-06-04 18:43:43 +02:00
parent 757e8a846d
commit 937f38e453
+1 -1
View File
@@ -51,7 +51,7 @@ class table:
self.pitch = MotorRecord(Id+':W_RX')
self.yaw = MotorRecord(Id+':W_RY')
self.pitch = MotorRecord(Id+':W_RX')
self.modeSP = PV(Id+'MODE_SP')
self.modeSP = PV(Id+':MODE_SP')
self.status = PV(Id+':SS_STATUS')
def __str__(self):