UAVCAN ESC mixer: removed the failsafe placeholder, it's no use here

This commit is contained in:
Pavel Kirienko 2014-08-06 12:40:07 +04:00
parent 5824607c76
commit 33762ce861
1 changed files with 0 additions and 5 deletions

View File

@ -313,11 +313,6 @@ int UavcanNode::run()
}
}
if (!controls_updated) {
// timeout: no control data, switch to failsafe values
// XXX trigger failsafe
}
// can we mix?
if (controls_updated && (_mixers != nullptr)) {