mirror of https://github.com/ArduPilot/ardupilot
Don't define constant AP_Var's extern
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1381 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
a8267920fe
commit
0f0090ec6c
|
@ -11,5 +11,5 @@
|
|||
|
||||
#include "AP_Var.h"
|
||||
|
||||
extern AP_Int8 AP_unity(1);
|
||||
extern AP_Int8 AP_negativeUnity(-1);
|
||||
AP_Int8 AP_unity(1);
|
||||
AP_Int8 AP_negativeUnity(-1);
|
||||
|
|
Loading…
Reference in New Issue