mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
more fixes
This commit is contained in:
parent
935d309e13
commit
248144d17f
1 changed files with 0 additions and 3 deletions
|
@ -104,9 +104,6 @@ void handleSbus2Telemetry(timeUs_t currentTimeUs)
|
|||
//
|
||||
}
|
||||
|
||||
#define SBUS2_DEADTIME MS2US(2)
|
||||
#define SBUS2_SLOT_TIME 700
|
||||
#define SBUS2_SLOT_DELAY_MAX 200
|
||||
uint8_t sbus2GetTelemetrySlot(timeUs_t elapsed)
|
||||
{
|
||||
if (elapsed < SBUS2_DEADTIME) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue