mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Fix for scalar type.
This commit is contained in:
parent
3917ef1992
commit
7b969094cb
@ -34,7 +34,7 @@ public:
|
||||
_value = other(0,0);
|
||||
}
|
||||
|
||||
Scalar(float other)
|
||||
Scalar(Type other)
|
||||
{
|
||||
_value = other;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user