Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
L
libapq8096-io
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
voxl
VOXL SDK
Core Libs
libapq8096-io
Commits
a4ca8a2a
Commit
a4ca8a2a
authored
3 years ago
by
akushley
Browse files
Options
Downloads
Patches
Plain Diff
clean up help in voxl-uart-loopback for clarity
parent
3ee6efe8
No related branches found
No related tags found
No related merge requests found
Pipeline
#452513601
passed
3 years ago
Stage: build_stage
Stage: deploy_stage_dev
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/apps/voxl-uart-loopback.c
+2
-2
2 additions, 2 deletions
lib/apps/voxl-uart-loopback.c
with
2 additions
and
2 deletions
lib/apps/voxl-uart-loopback.c
+
2
−
2
View file @
a4ca8a2a
...
...
@@ -43,11 +43,11 @@
static
void
print_usage
(){
printf
(
"Parameters:
\n
"
);
printf
(
"
\t
-b
\t
Specify baudrate, default = 57600
\n
"
);
printf
(
"
\t
-d
\t
Specify
bus number, /dev/tty-X
\n
"
);
printf
(
"
\t
-d
\t
Specify
sDSP UART bus number X
"
);
printf
(
"
\t
-h
\t
View this help message
\n
"
);
printf
(
"
\t
-s
\t
Set test buffer size, default = 10
\n
"
);
printf
(
"
\n
"
);
printf
(
"
a
vailable ports and their bus number:
\n
"
);
printf
(
"
A
vailable
sDSP UART
ports and their bus number
s
:
\n
"
);
printf
(
"UART_J7 9 // BLSP 9 on physical port J7 pins 2&3
\n
"
);
printf
(
"UART_J10 7 // BLSP 7 on physical port J10 pins 2&3
\n
"
);
printf
(
"UART_J11 12 // BLSP 12 on physical port J11 pins 2&3
\n
"
);
...
...
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