From 68b8d1823fdc8c8250e23bdaf85d5f4ed8509699 Mon Sep 17 00:00:00 2001 From: Robin Mueller <robin.mueller.m@gmail.com> Date: Tue, 24 Dec 2019 22:16:27 +0100 Subject: [PATCH] todo message removed --- OBSW_UdpClient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/OBSW_UdpClient.py b/OBSW_UdpClient.py index 5e6862d..3f89685 100644 --- a/OBSW_UdpClient.py +++ b/OBSW_UdpClient.py @@ -8,7 +8,6 @@ @brief This client was developed by KSat for the SOURCE project to test the on-board software. It can be used to to send and receive TMTC packages. - TODO: Decouple communication interface (Serial, Ethernet) from SendReceiveClasses @manual Manual installation of crcmod might be needed 1. Install pip if it is not installed yet -- GitLab