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