mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Minor comment update.
This commit is contained in:
parent
b75de91f35
commit
a153302b48
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ void init(void)
|
|||
|
||||
systemInit();
|
||||
|
||||
// Set active features to be used for feature() in the remainder of init().
|
||||
// Latch active features to be used for feature() in the remainder of init().
|
||||
latchActiveFeatures();
|
||||
|
||||
ledInit();
|
||||
|
@ -454,7 +454,7 @@ void init(void)
|
|||
LED2_ON;
|
||||
#endif
|
||||
|
||||
// Set active features AGAIN since some may be modified by init().
|
||||
// Latch active features AGAIN since some may be modified by init().
|
||||
latchActiveFeatures();
|
||||
|
||||
systemState |= SYSTEM_STATE_READY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue