Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Commits
7d17e0b7
Commit
7d17e0b7
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Fixed SII reading timeout bug on 100 Hz kernels.
parent
c4aebb4e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
master/fsm_sii.c
+9
-6
9 additions, 6 deletions
master/fsm_sii.c
with
9 additions
and
6 deletions
master/fsm_sii.c
+
9
−
6
View file @
7d17e0b7
...
...
@@ -43,15 +43,18 @@
#include
"master.h"
#include
"fsm_sii.h"
/**
* Read/Write timeout. [ms]
/** Read/write timeout [ms].
*
* Used to calculate timeouts bsed on the jiffies counter.
*
* \attention Must be more than 10 to avoid problems on kernels that run with
* a timer interupt frequency of 100 Hz.
*/
#define SII_TIMEOUT
1
0
#define SII_TIMEOUT
2
0
/**
* Time before evaluating answer at writing. [ms]
/** Time before evaluating answer at writing [ms].
*/
#define SII_INHIBIT
5
#define SII_INHIBIT 5
//#define SII_DEBUG
...
...
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