@ -1,6 +1,6 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#define THISFIRMWARE "ArduPlane V3.3.0beta2"
#define THISFIRMWARE "ArduPlane V3.3.1beta1"
/*
Lead developer: Andrew Tridgell
@ -918,8 +918,6 @@ public:
int8_t test_shell(uint8_t argc, const Menu::arg *argv);
};
#define MENU_FUNC(func) AP_HAL_CLASSPROC(&plane, &Plane::func)
extern const AP_HAL::HAL& hal;