Sub: Set mode to stabilize be default

This commit is contained in:
Rustom Jehangir 2016-04-26 16:48:54 -07:00 committed by Andrew Tridgell
parent bf00aacc42
commit c082bd3c33

View File

@ -7,7 +7,7 @@
// Anonymous namespace to hold variables used only in this file
namespace {
int16_t mode;
int16_t mode = 1100;
int16_t camTilt = 1500;
int16_t lights1 = 1100;
int16_t lights2 = 1100;