nasa / SBN

38 stars 23 forks source link

Fails to connect #32

Closed jcmarsh closed 4 years ago

jcmarsh commented 4 years ago

https://github.com/nasa/SBN/blob/fdbfd00ef456446451caef0cfe12dd024fcde853/fsw/src/sbn_app.c#L1481 compares the sent size (which includes the SBN Header bytes) to the size of ProtocolVer, which is 1 byte.

CDKnightNASA commented 4 years ago

changed return type to SBN_Status_t, thanks for the report!