mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
some f7 fcs were overflowing fast ram
This commit is contained in:
parent
6830332b49
commit
bbc1d4e7b9
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ void checkJetiExBusTelemetryState(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FAST_CODE NOINLINE void handleJetiExBusTelemetry(void)
|
void NOINLINE handleJetiExBusTelemetry(void)
|
||||||
{
|
{
|
||||||
static uint16_t framesLost = 0; // only for debug
|
static uint16_t framesLost = 0; // only for debug
|
||||||
static uint8_t item = 0;
|
static uint8_t item = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue