Plane: fixed plane version, removing old pde

This commit is contained in:
Andrew Tridgell 2015-05-22 14:10:55 +10:00
parent 088fb95192
commit eee191875e
2 changed files with 1 additions and 1649 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 THISFIRMWARE "ArduPlane V3.3.0beta2"
#define MENU_FUNC(func) AP_HAL_CLASSPROC(&plane, &Plane::func)
extern const AP_HAL::HAL& hal;