1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-02-25 13:43:54 +01:00
parent db930f28e4
commit a7311810d3
3 changed files with 5 additions and 3 deletions

View file

@ -211,7 +211,7 @@ void telemetryWakeup()
#endif
#if defined(INTMODULE_USART) || defined(EXTMODULE_USART)
uint8_t frame[32];
uint8_t frame[PXX2_FRAME_MAXLENGTH];
#if defined(INTMODULE_USART)
if (intmoduleFifo.getFrame(frame)) {