Commit 8cc575d8 authored by claes's avatar claes

Buggfix for GetIp, no conversion for different integer types where made

parent 56802fde
......@@ -167,6 +167,14 @@
#define GetIpToA_exec(object,in) \
object->ActVal = in;
/*_*
GetIp
Get Integer parameter
@aref getip GetIp
*/
#define GetIp_exec(object,in) \
object->ActVal = in;
/*_*
STODI
store digital input (Simulate)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment