mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation fix
This commit is contained in:
parent
75e1bead3f
commit
acb7f1e17f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
/** Pins description corresponding to Rxd,Txd, (UART pins) */
|
/** Pins description corresponding to Rxd,Txd, (UART pins) */
|
||||||
#define SECOND_SERIAL_PINS {PINS_UART}
|
#define SECOND_SERIAL_PINS {PINS_UART}
|
||||||
|
|
||||||
Fifo<512> serial2RxFifo;
|
Fifo<uint8_t, 512> serial2RxFifo;
|
||||||
|
|
||||||
#if !defined(SIMU)
|
#if !defined(SIMU)
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue