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

Remaining trace removed

This commit is contained in:
Bertrand Songis 2019-03-05 17:03:42 +01:00
parent 6c78f93454
commit e208c1db69

View file

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