mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Merge pull request #2271 from mcharleb/param-union-fix
remove long long from union param_value_u
This commit is contained in:
commit
39b0100138
@ -382,7 +382,6 @@ union param_value_u {
|
||||
void *p;
|
||||
int32_t i;
|
||||
float f;
|
||||
long long x;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user