1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Refactor to remove duplicate define of UNUSED macro.

This commit is contained in:
atomiclama 2016-10-19 14:52:44 +01:00
parent f698f99198
commit 4afab418fe
17 changed files with 29 additions and 6 deletions

View file

@ -31,6 +31,8 @@
#include "build/build_config.h"
#include "common/utils.h"
#include "drivers/system.h"
#include "drivers/serial.h"