mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 13:55:18 +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
|
@ -408,7 +408,7 @@ void init(void)
|
|||
targetPreInit();
|
||||
#endif
|
||||
|
||||
#if !defined(USE_FAKE_LED)
|
||||
#if !defined(USE_VIRTUAL_LED)
|
||||
ledInit(statusLedConfig());
|
||||
#endif
|
||||
LED2_ON;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue