mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix comment typo in failsafe.c
This commit is contained in:
parent
f28158a5a7
commit
78a4476506
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ void failsafeOnRxCycle(void)
|
||||||
|
|
||||||
#define REQUIRED_CHANNEL_MASK 0x0F // first 4 channels
|
#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)
|
void failsafeCheckPulse(uint8_t channel, uint16_t pulseDuration)
|
||||||
{
|
{
|
||||||
static uint8_t goodChannelMask = 0;
|
static uint8_t goodChannelMask = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue