1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Renamed 'fc/fc_' files to remove the double 'fc'.

This commit is contained in:
mikeller 2018-08-26 14:07:06 +12:00
parent fc60cc27e9
commit 0bce8549ee
40 changed files with 61 additions and 61 deletions

View file

@ -43,9 +43,9 @@
#include "drivers/camera_control.h"
#include "fc/config.h"
#include "fc/fc_core.h"
#include "fc/core.h"
#include "fc/rc_controls.h"
#include "fc/fc_rc.h"
#include "fc/rc.h"
#include "fc/runtime_config.h"
#include "io/gps.h"