1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

some f7 fcs were overflowing fast ram

This commit is contained in:
Marcelo Bezerra 2025-03-25 16:59:09 +01:00
parent 6830332b49
commit bbc1d4e7b9
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -546,7 +546,7 @@ void checkJetiExBusTelemetryState(void)
return;
}
FAST_CODE NOINLINE void handleJetiExBusTelemetry(void)
void NOINLINE handleJetiExBusTelemetry(void)
{
static uint16_t framesLost = 0; // only for debug
static uint8_t item = 0;