1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Update unit tests to correctly use C/C++ where appropriate. Cleanup

makefile by using additional whitespace.
This commit is contained in:
Dominic Clifton 2015-01-14 14:24:20 +00:00
parent b893e457f1
commit bf88696847
5 changed files with 173 additions and 60 deletions

View file

@ -27,7 +27,9 @@ extern "C" {
#include "flight/flight.h"
#include "sensors/sensors.h"
#include "drivers/sensor.h"
#include "drivers/accgyro.h"
#include "drivers/compass.h"
#include "sensors/gyro.h"
#include "sensors/compass.h"
#include "sensors/acceleration.h"