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
6e14fa93
Commit
6e14fa93
authored
Jul 09, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IO Arduino Ao size bugfix and Status enum fix
parent
064e2121
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
otherio/lib/rt/src/rt_io_m_arduino_uno.c
otherio/lib/rt/src/rt_io_m_arduino_uno.c
+2
-2
otherio/wbl/mcomp/src/otherio.wb_load
otherio/wbl/mcomp/src/otherio.wb_load
+9
-2
No files found.
otherio/lib/rt/src/rt_io_m_arduino_uno.c
View file @
6e14fa93
...
...
@@ -957,9 +957,9 @@ static pwr_tStatus IoCardWrite( io_tCtx ctx,
memset
(
&
msg
,
0
,
sizeof
(
msg
));
if
(
op
->
Options
&
pwr_mArduino_OptionsMask_Ao16Bit
)
msg
.
size
=
local
->
AoNum
+
3
;
else
msg
.
size
=
local
->
AoNum
*
2
+
3
;
else
msg
.
size
=
local
->
AoNum
+
3
;
msg
.
id
=
local
->
IdCnt
++
;
msg
.
type
=
ard_eMsgType_AoWrite
;
...
...
otherio/wbl/mcomp/src/otherio.wb_load
View file @
6e14fa93
Volume OtherIO $ClassVolume 0.0.250.10
Body SysBody 01-JAN-1970 01:00:00.00
Attr NextOix = "_X63
2
"
Attr NextOix = "_X63
3
"
Attr NextCix = "_X47"
Attr NextTix[0] = "_X18"
EndBody
...
...
@@ -380,9 +380,16 @@ Volume OtherIO $ClassVolume 0.0.250.10
EndBody
EndObject
Object NoMessage $Value 158 21-DEC-2010 16:10:28.31
Body SysBody
21-DEC-2010 16:10:30.95
Body SysBody
08-JUL-2014 08:04:30.11
Attr Text = "NoMessage"
Attr PgmName = "NoMessage"
Attr Value = 14
EndBody
EndObject
Object ChecksumError $Value 633 08-JUL-2014 08:04:40.13
Body SysBody 08-JUL-2014 08:04:45.51
Attr Text = "ChecksumError"
Attr PgmName = "ChecksumError"
Attr Value = 16
EndBody
EndObject
...
...
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