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
Original issue reported on code.google.com by
jwri...@hasborg.com
on 16 Aug 2014 at 9:08