1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1289 Adding tracking of new RadioTx task

This commit is contained in:
Steve Evans 2015-04-03 12:37:37 +01:00
parent ba217a3d7d
commit 91e03a1541
2 changed files with 8 additions and 5 deletions

View File

@ -32,7 +32,7 @@
/* Telemetry uses four tasks. Two are created for the main telemetry
* stream called "TelTx" and "TelRx". Two are created to handle the OPLink
* radio connection, called "RadioTx" and "Radio Rx", the latter being
* radio connection, called "RadioTx" and "RadioRx", the latter being
* overridden by USB if connected.
*
* The following code uses a "local" prefix to refer to the telemetry channel
@ -193,7 +193,7 @@ int32_t TelemetryStart(void)
&radioChannel,
TASK_PRIORITY_RADTX,
&radioChannel.txTaskHandle);
PIOS_TASK_MONITOR_RegisterTask(TASKINFO_RUNNING_TELEMETRYTX,
PIOS_TASK_MONITOR_RegisterTask(TASKINFO_RUNNING_RADIOTX,
radioChannel.txTaskHandle);
xTaskCreate(telemetryRxTask,
"RadioRx",

View File

@ -23,8 +23,9 @@
<!-- telemetry -->
<elementname>TelemetryTx</elementname>
<elementname>TelemetryRx</elementname>
<!-- com -->
<elementname>RadioTx</elementname>
<elementname>RadioRx</elementname>
<!-- com -->
<elementname>Com2UsbBridge</elementname>
<elementname>Usb2ComBridge</elementname>
<!-- optional -->
@ -54,8 +55,9 @@
<!-- telemetry -->
<elementname>TelemetryTx</elementname>
<elementname>TelemetryRx</elementname>
<!-- com -->
<elementname>RadioTx</elementname>
<elementname>RadioRx</elementname>
<!-- com -->
<elementname>Com2UsbBridge</elementname>
<elementname>Usb2ComBridge</elementname>
<!-- optional -->
@ -89,8 +91,9 @@
<!-- telemetry -->
<elementname>TelemetryTx</elementname>
<elementname>TelemetryRx</elementname>
<!-- com -->
<elementname>RadioTx</elementname>
<elementname>RadioRx</elementname>
<!-- com -->
<elementname>Com2UsbBridge</elementname>
<elementname>Usb2ComBridge</elementname>
<!-- optional -->