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

Move master_t required #includes into config_master.h

This commit is contained in:
Martin Budden 2016-10-01 13:59:48 +01:00
parent 666e922399
commit 9889b1db9c
36 changed files with 207 additions and 783 deletions

View file

@ -51,7 +51,7 @@ typedef struct fp_vector {
float Z;
} t_fp_vector_def;
typedef union {
typedef union u_fp_vector {
float A[3];
t_fp_vector_def V;
} t_fp_vector;