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

Relocate common code which can be used by drivers and by main into

'common'.  Cleanup includes.  Fix FY90Q target compilation.
This commit is contained in:
Dominic Clifton 2014-04-17 23:50:13 +01:00
parent d4ebd8a748
commit f06c8bb99b
19 changed files with 41 additions and 36 deletions

View file

@ -16,12 +16,14 @@
#include <stdio.h>
#include "platform.h"
#include "common/axis.h"
#include "drivers/accgyro_common.h"
#include "drivers/gpio_common.h"
#include "drivers/system_common.h"
#include "drivers/barometer_common.h"
#include "sensors_common.h"
#include "axis.h"
#include "platform.h"
#include "drivers/light_led.h"