syrlinks handler wip

This commit is contained in:
2021-02-17 15:54:48 +01:00
parent 9963d42a3e
commit 2fd33bed7f
8 changed files with 223 additions and 9 deletions

View File

@ -65,7 +65,7 @@ private:
uint16_t replySize = 0;
/* This is the CSP address of the OBC. */
node_t cspClientAddress = 1;
node_t cspOwnAddress = 1;
/* Interface struct for csp protocol stack */
csp_iface_t csp_if;