Skip to content

Commit

Permalink
Close tx can
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoAldea committed Feb 12, 2024
1 parent 23440d4 commit 24aaff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/drv_bms/src/wattrex_driver_bms/drv_bms.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,5 @@ def close(self) -> None:
payload = DrvCanFilterC(addr=self.__can_id, mask=0x7FF,
chan_name=self.__rx_chan_name))
self.__tx_chan.send_data(del_msg)
self.__tx_chan.close()
self.__rx_chan.terminate()

0 comments on commit 24aaff7

Please sign in to comment.