mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
remove long long from union param_value_u
The long long was mistakenly added when debugging an alignment issue on x86_64. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
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