Compare commits

..

No commits in common. "53c8767dea726506219a6a93d7e409fbfbd174fe" and "98936fcad72d91963abdea5f59caadf956472cd1" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View file

@ -198,13 +198,6 @@ class irena_ifc(object):
def Flush(self): def Flush(self):
self._data.Flush() self._data.Flush()
def Sync(self, on=True):
if not self._data:
self._log("no data thread")
return
self._log(f"data.Sync: {self._data.Sync}{on}")
self._data.Sync = on
def Status(self, verbose=9): def Status(self, verbose=9):
if self._data: if self._data:
return self._data.Status(verbose) return self._data.Status(verbose)

View file

@ -1,2 +0,0 @@
@s/if !ssp_dma: s/exit
@nm/count/clear/float

View file

@ -191,4 +191,5 @@ if ifc.is_a("USB"):
try: try:
armlib._exec_file("irenarc.py", globals()) armlib._exec_file("irenarc.py", globals())
except IOError as e: except IOError as e:
sys.stderr.write(repr(e)) sys.stderr.write(e)