mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 12:08:37 +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