Skip to content

Commit caf5650

Browse files
committed
Merge branch 'atmega' of https://github.com/lwa-project/analog_signal_processor into atmega
2 parents 808caf1 + c5e0ec4 commit caf5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def __locProcess(self, stand, locSetting):
718718
if locSetting:
719719
self.currentState['spiThread'].queue_command(stand, SPI_P12_on)
720720
else:
721-
self.currentState['spiThread'].queue_command(stand, SPI_P12_on)
721+
self.currentState['spiThread'].queue_command(stand, SPI_P12_off)
722722

723723
self.currentState['lastLog'] = '%s: Set locate state to %i for stand %i' % (locSetting, stand)
724724
aspFunctionsLogger.debug('%s - Set locate state to %i for stand %i', locSetting, stand)

0 commit comments

Comments
 (0)