Skip to content
Snippets Groups Projects
Commit f77cd8ba authored by Björn Senfftleben's avatar Björn Senfftleben
Browse files

bugfix - deinitialize is a background task it self end thus cannot await its completion first

parent e0b12c9a
No related branches found
No related tags found
No related merge requests found
Pipeline #164541 failed
......@@ -312,8 +312,8 @@ class Tempus(Device):
async def _de_initialize(self):
self.do_acquire = False
if self.background_task:
await self.background_task
# if self.background_task:
# await self.background_task
try:
await self.send_command("os.system('devmem2 0x80010004 w 0x2')")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment