Skip to content

Commit bbc1d4e

Browse files
committed
some f7 fcs were overflowing fast ram
1 parent 6830332 commit bbc1d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/telemetry/jetiexbus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ void checkJetiExBusTelemetryState(void)
546546
return;
547547
}
548548

549-
FAST_CODE NOINLINE void handleJetiExBusTelemetry(void)
549+
void NOINLINE handleJetiExBusTelemetry(void)
550550
{
551551
static uint16_t framesLost = 0; // only for debug
552552
static uint8_t item = 0;

0 commit comments

Comments
 (0)