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:
parent
dbf00c0899
commit
98ee035b55
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue