@@ -638,8 +638,6 class Decoder(Operation): | |||
|
638 | 638 | return ndatadec, datadec |
|
639 | 639 | |
|
640 | 640 | def run(self, dataOut, code=None, nCode=None, nBaud=None, mode = 0): |
|
641 | ||
|
642 | if not self.__isConfig: | |
|
643 | 641 |
|
|
644 | 642 | code = dataOut.code |
|
645 | 643 |
|
@@ -651,6 +649,7 class Decoder(Operation): | |||
|
651 | 649 | if code == None: |
|
652 | 650 | return 1 |
|
653 | 651 | |
|
652 | if not self.__isConfig: | |
|
654 | 653 | self.setup(code) |
|
655 | 654 | self.__isConfig = True |
|
656 | 655 |
General Comments 0
You need to be logged in to leave comments.
Login now