Fix bug intoduced in 0.1.6 which truncated the header in recorded logs
This commit is contained in:
parent
8435989dc1
commit
3ef83389e9
|
@ -1187,6 +1187,7 @@ void handleBlackbox(void)
|
|||
//On entry of this state, headerXmitIndex is 0
|
||||
headerXmitIndex = blackboxWriteSysinfo(headerXmitIndex);
|
||||
|
||||
if (headerXmitIndex == -1)
|
||||
blackboxSetState(BLACKBOX_STATE_PRERUN);
|
||||
break;
|
||||
case BLACKBOX_STATE_PRERUN:
|
||||
|
|
Loading…
Reference in New Issue