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
44c089a9
Commit
44c089a9
authored
17 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo.
parent
001d7dc2
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
master/datagram.h
+1
-1
1 addition, 1 deletion
master/datagram.h
with
1 addition
and
1 deletion
master/datagram.h
+
1
−
1
View file @
44c089a9
...
...
@@ -115,7 +115,7 @@ typedef struct
struct
list_head
queue
;
/**< master datagram queue item */
struct
list_head
sent
;
/**< master list item for sent datagrams */
ec_datagram_type_t
type
;
/**< datagram type (APRD, BWR, etc) */
ec_address_t
address
;
/**< rec
e
ipient address */
ec_address_t
address
;
/**< recipient address */
uint8_t
*
data
;
/**< datagram data */
size_t
mem_size
;
/**< datagram \a data memory size */
size_t
data_size
;
/**< size of the data in \a data */
...
...
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