1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

comment out sendReset command so that the CLI tool will upload firmware to hardware.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2128 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
andrew 2010-11-17 06:04:50 +00:00 committed by andrew
parent 6584acd0e2
commit 884421d5e6

View File

@ -25,7 +25,7 @@ OP_DFU::OP_DFU(bool _debug): debug(_debug)
}
if(debug)
qDebug() << numDevices << " device(s) opened";
sendReset();
//sendReset();
}
void OP_DFU::sendReset(void)
{