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

Fix comment typo in failsafe.c

This commit is contained in:
Dominic Clifton 2015-04-14 13:59:04 +01:00
parent f28158a5a7
commit 78a4476506

View file

@ -151,7 +151,7 @@ void failsafeOnRxCycle(void)
#define REQUIRED_CHANNEL_MASK 0x0F // first 4 channels
// pulse duration is in micro secons (usec)
// pulse duration is in micro seconds (usec)
void failsafeCheckPulse(uint8_t channel, uint16_t pulseDuration)
{
static uint8_t goodChannelMask = 0;