Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
de59f612
Commit
de59f612
authored
Feb 13, 2015
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rt_emon, fixed timer problem for DSup outside plc
parent
81780bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/exe/rt_emon/src/rt_emon.c
src/exe/rt_emon/src/rt_emon.c
+3
-3
No files found.
src/exe/rt_emon/src/rt_emon.c
View file @
de59f612
...
...
@@ -238,11 +238,11 @@ struct s_SaveBlock {
};
struct
s_Timer
{
pwr_tBoolean
TimerFlag
pwr_dAlignW
;
pwr_tBoolean
TimerFlag
pwr_dAlign
L
W
;
pwr_tBoolean
*
TimerNext
pwr_dAlignLW
;
pwr_tUInt32
TimerCount
pwr_dAlignW
;
pwr_tUInt32
TimerCount
pwr_dAlign
L
W
;
pwr_tBoolean
*
TimerDO
pwr_dAlignLW
;
pwr_tFloat32
TimerTime
pwr_dAlignW
;
pwr_tFloat32
TimerTime
pwr_dAlign
L
W
;
pwr_tBoolean
TimerDODum
pwr_dAlignW
;
pwr_tObjid
TimerObjDId
pwr_dAlignW
;
pwr_tInt32
TimerAcc
pwr_dAlignW
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment