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
acb73965
Commit
acb73965
authored
10 years ago
by
Lorenz Meier
Browse files
Options
Downloads
Patches
Plain Diff
Remove huge memory overhead in RC channels topic, was completely unnecessary
parent
ce1ec430
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/modules/uORB/topics/rc_channels.h
+0
-1
0 additions, 1 deletion
src/modules/uORB/topics/rc_channels.h
with
0 additions
and
1 deletion
src/modules/uORB/topics/rc_channels.h
+
0
−
1
View file @
acb73965
...
...
@@ -76,7 +76,6 @@ struct rc_channels_s {
uint64_t
timestamp_last_valid
;
/**< Timestamp of last valid RC signal */
float
channels
[
RC_CHANNELS_FUNCTION_MAX
];
/**< Scaled to -1..1 (throttle: 0..1) */
uint8_t
channel_count
;
/**< Number of valid channels */
char
function_name
[
RC_CHANNELS_FUNCTION_MAX
][
20
];
/**< String array to store the names of the functions */
int8_t
function
[
RC_CHANNELS_FUNCTION_MAX
];
/**< Functions mapping */
uint8_t
rssi
;
/**< Receive signal strength index */
bool
signal_lost
;
/**< Control signal lost, should be checked together with topic timeout */
...
...
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