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

Compilation fix

This commit is contained in:
Bertrand Songis 2016-02-28 12:17:20 +01:00
parent 75e1bead3f
commit acb7f1e17f

View file

@ -28,7 +28,7 @@
/** Pins description corresponding to Rxd,Txd, (UART pins) */
#define SECOND_SERIAL_PINS {PINS_UART}
Fifo<512> serial2RxFifo;
Fifo<uint8_t, 512> serial2RxFifo;
#if !defined(SIMU)
/*