Commit 8e0c2aeb authored by Claes Sjofors's avatar Claes Sjofors

Powerlink conditial compilation fix

parent e3f2b809
......@@ -34,7 +34,7 @@
* General Public License plus this exception.
**/
#if defined EPL
#if defined PWRE_CONF_EPL
#include "pwr.h"
#include "rt_io_msg.h"
......@@ -129,7 +129,7 @@ int main()
sts = io_read(io_ctx);
sts = io_write(io_ctx);
nanosleep(&tim1, &tim2);
aproc_''TimeStamp( plhp->CycleTime, 5.0);
aproc_TimeStamp( plhp->CycleTime, 5.0);
}
}
......
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