1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Cleanup mw.c // Remove unnecessary functions

This commit is contained in:
borisbstyle 2016-12-18 01:28:20 +01:00
parent 979096f333
commit 4e3704374a
17 changed files with 46 additions and 348 deletions

View file

@ -36,7 +36,7 @@
#include "fc/config.h"
#include "fc/fc_msp.h"
#include "fc/fc_tasks.h"
#include "fc/mw.h"
#include "fc/fc_main.h"
#include "fc/rc_controls.h"
#include "fc/runtime_config.h"