mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1802 - (missing) change from review
This commit is contained in:
parent
6c22ed3b69
commit
e12a595826
@ -57,7 +57,7 @@ int32_t filterStationaryInitialize(stateFilter *handle)
|
||||
return STACK_REQUIRED;
|
||||
}
|
||||
|
||||
static int32_t init(__attribute__((unused)) stateFilter *self)
|
||||
static int32_t init(stateFilter *self)
|
||||
{
|
||||
struct data *this = (struct data *)self->localdata;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user