mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Cosmetics
This commit is contained in:
parent
db930f28e4
commit
a7311810d3
3 changed files with 5 additions and 3 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue