Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
d96a17ad
Commit
d96a17ad
authored
9 years ago
by
Mark Whitehorn
Committed by
Lorenz Meier
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
missed some name changes from sPort to frsky
parent
cfc3af83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/drivers/frsky_telemetry/frsky_telemetry.c
+6
-6
6 additions, 6 deletions
src/drivers/frsky_telemetry/frsky_telemetry.c
with
6 additions
and
6 deletions
src/drivers/frsky_telemetry/frsky_telemetry.c
+
6
−
6
View file @
d96a17ad
...
...
@@ -33,7 +33,7 @@
****************************************************************************/
/**
* @file
sPort
_telemetry.c
* @file
frsky
_telemetry.c
* @author Stefan Rado <px4@sradonia.net>
* @author Mark Whitehorn <kd0aij@github.com>
*
...
...
@@ -140,9 +140,9 @@ static int set_uart_speed(int uart, struct termios *uart_config, speed_t speed)
static
void
usage
()
{
fprintf
(
stderr
,
"usage:
sPort
_telemetry start [-d <devicename>]
\n
"
"
sPort
_telemetry stop
\n
"
"
sPort
_telemetry status
\n
"
);
"usage:
frsky
_telemetry start [-d <devicename>]
\n
"
"
frsky
_telemetry stop
\n
"
"
frsky
_telemetry status
\n
"
);
exit
(
1
);
}
...
...
@@ -373,7 +373,7 @@ int frsky_telemetry_main(int argc, char *argv[])
/* this is not an error */
if
(
thread_running
)
{
errx
(
0
,
"
sPort
_telemetry already running"
);
errx
(
0
,
"
frsky
_telemetry already running"
);
}
thread_should_exit
=
false
;
...
...
@@ -395,7 +395,7 @@ int frsky_telemetry_main(int argc, char *argv[])
/* this is not an error */
if
(
!
thread_running
)
{
errx
(
0
,
"
sPort
_telemetry already stopped"
);
errx
(
0
,
"
frsky
_telemetry already stopped"
);
}
thread_should_exit
=
true
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment