1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Trace for HJ (Ext module debug)

This commit is contained in:
Bertrand Songis 2019-02-27 10:00:25 +01:00
parent dbf00c0899
commit 98ee035b55

View file

@ -221,6 +221,7 @@ void telemetryWakeup()
#if defined(EXTMODULE_USART) #if defined(EXTMODULE_USART)
if (extmoduleFifo.getFrame(frame)) { if (extmoduleFifo.getFrame(frame)) {
TRACE("EXT Frame");
processModuleFrame(EXTERNAL_MODULE, frame); processModuleFrame(EXTERNAL_MODULE, frame);
} }
#endif #endif