1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Moved UNUSED to common/utils.h as in betaflight

This commit is contained in:
Martin Budden 2016-12-02 08:14:46 +00:00
parent 3eb92ff402
commit 0b290fc174
30 changed files with 53 additions and 49 deletions

View file

@ -23,12 +23,11 @@
#include "platform.h"
#include "build/build_config.h"
#include "blackbox/blackbox.h"
#include "common/axis.h"
#include "common/maths.h"
#include "common/utils.h"
#include "config/config.h"
#include "config/feature.h"