Close the link
(self)
| 75 | self._available_boot_uri = ('radio://0/110/2M', 'radio://0/0/2M') |
| 76 | |
| 77 | def close(self): |
| 78 | """ Close the link """ |
| 79 | if self.link: |
| 80 | self.link.close() |
| 81 | |
| 82 | def scan_for_bootloader(self): |
| 83 | link = cflib.crtp.get_link_driver('radio://0') |
no outgoing calls
no test coverage detected