mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Rename FAKE to VIRTUAL (#12493)
* use_fake_xyz to use_virtual_xyz * xyz_fake to xyz_virtual * other fake to virtual * all files fake to vrtual * last touch on fake to virtual
This commit is contained in:
parent
4f5b99d34c
commit
515e55ef0a
29 changed files with 172 additions and 172 deletions
|
@ -47,7 +47,7 @@ typedef enum {
|
|||
ACC_BMI160,
|
||||
ACC_BMI270,
|
||||
ACC_LSM6DSO,
|
||||
ACC_FAKE
|
||||
ACC_VIRTUAL
|
||||
} accelerationSensor_e;
|
||||
|
||||
typedef struct acc_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue