1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

OP-1802 - Changes from review

This commit is contained in:
Alessio Morale 2015-04-20 11:35:40 +02:00
parent 1da57315d3
commit 6c22ed3b69

View File

@ -65,7 +65,7 @@ static int32_t init(__attribute__((unused)) stateFilter *self)
return 0;
}
static filterResult filter(__attribute__((unused)) stateFilter *self, stateEstimation *state)
static filterResult filter(stateFilter *self, stateEstimation *state)
{
struct data *this = (struct data *)self->localdata;