mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Plane: fixed plane version, removing old pde
This commit is contained in:
parent
088fb95192
commit
eee191875e
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user