Skip to content

Commit 36b3841

Browse files
committed
enh (constellation): reconfigure only resets counters
1 parent f154cb3 commit 36b3841

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

aidatlu/constellation/aidatlu_satellite.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ def do_landing(self) -> str:
7777
return "Do landing complete"
7878

7979
def do_reconfigure(self, config: Configuration) -> str:
80-
configuration = self._read_config(config)
81-
self._init_tlu(configuration)
82-
self.tlu_configure.configure()
80+
self.tlu_controller.reset_fifo()
81+
self.tlu_controller.reset_timestamp()
8382
self.tlu_controller.get_event_fifo_fill_level()
8483
self.tlu_controller.get_event_fifo_csr()
8584
self.tlu_controller.reset_counters()

0 commit comments

Comments
 (0)