chrismrutherford / rfcat

Automatically exported from code.google.com/p/rfcat
Other
0 stars 1 forks source link

Missing getMdmSyncWord() #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setMdmSyncWord() is present, as is setMdmSyncMode() and getMdmSyncMode(), 
but getMdmSyncMode() is missing

Please provide any additional information below.

'''
    def getMdmSyncWord(self, radiocfg=None):
        if radiocfg==None:
            self.getRadioConfig()
            radiocfg = self.radiocfg

        return (radiocfg.sync1 << 8) + radiocfg.sync0
'''

Original issue reported on code.google.com by jwri...@hasborg.com on 16 Aug 2014 at 9:08

GoogleCodeExporter commented 8 years ago
completed.

Original comment by 0a71a5 on 4 Sep 2014 at 7:23