1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-06 21:54:15 +01:00

OP-1802 - (missing) change from review

This commit is contained in:
Alessio Morale 2015-04-20 11:38:38 +02:00
parent 6c22ed3b69
commit e12a595826

View File

@ -57,7 +57,7 @@ int32_t filterStationaryInitialize(stateFilter *handle)
return STACK_REQUIRED; return STACK_REQUIRED;
} }
static int32_t init(__attribute__((unused)) stateFilter *self) static int32_t init(stateFilter *self)
{ {
struct data *this = (struct data *)self->localdata; struct data *this = (struct data *)self->localdata;