Skip to content

Commit e3c530c

Browse files
authored
Merge pull request #31 from lbleier-GSFC/fix30-fixdocwarnings
Fix #30, Resolve doxygen warning
2 parents ec0d41b + 88e242e commit e3c530c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This lab application is a non-flight utility to downlink telemetry from the cFS
66

77
to_lab is a simple telemetry downlink application that sends CCSDS telecommand packets over a UDP/IP port. The UDP port and IP address are specified in the "Enable Telemetry" command. It does not provide a full CCSDS Telecommand stack implementation.
88

9-
To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build/<cpuX>/inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port.
9+
To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: fsw/platform_inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port.
1010

1111
## Version Notes
1212
- 2.3.2 DEVELOPMENT

0 commit comments

Comments
 (0)