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
badcddc2
Commit
badcddc2
authored
7 years ago
by
Daniel Agar
Browse files
Options
Downloads
Patches
Plain Diff
delete unused GYROIOCGEXTERNAL
parent
98ca6932
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/drivers/drv_gyro.h
+0
-3
0 additions, 3 deletions
src/drivers/drv_gyro.h
src/drivers/mpu6000/mpu6000.cpp
+0
-3
0 additions, 3 deletions
src/drivers/mpu6000/mpu6000.cpp
with
0 additions
and
6 deletions
src/drivers/drv_gyro.h
+
0
−
3
View file @
badcddc2
...
...
@@ -94,9 +94,6 @@ struct gyro_calibration_s {
/** check the status of the sensor */
#define GYROIOCSELFTEST _GYROIOC(8)
/** determine if hardware is external or onboard */
#define GYROIOCGEXTERNAL _GYROIOC(12)
/** get the current gyro type */
#define GYROIOCTYPE _GYROIOC(13)
...
...
This diff is collapsed.
Click to expand it.
src/drivers/mpu6000/mpu6000.cpp
+
0
−
3
View file @
badcddc2
...
...
@@ -1583,9 +1583,6 @@ MPU6000::gyro_ioctl(struct file *filp, int cmd, unsigned long arg)
case
GYROIOCSELFTEST
:
return
gyro_self_test
();
case
GYROIOCGEXTERNAL
:
return
_interface
->
ioctl
(
cmd
,
dummy
);
default
:
/* give it to the superclass */
return
CDev
::
ioctl
(
filp
,
cmd
,
arg
);
...
...
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