1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-21/Flight PC app - Minor change.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1694 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2010-09-19 20:53:00 +00:00 committed by zedamota
parent 318a60e05e
commit 7a69feea8c

View File

@ -4,7 +4,7 @@
#include "op_dfu.h" #include "op_dfu.h"
#include <QStringList> #include <QStringList>
#define PRIVATE true #define PRIVATE false
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {