1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Minor comment update.

This commit is contained in:
ProDrone 2015-05-21 02:03:09 +02:00
parent b75de91f35
commit a153302b48

View file

@ -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;