[etherlab-users] WG: possible master problems
Florian Pose
fp at igh-essen.com
Tue Mar 9 21:20:02 CET 2010
Sorry, a little correction:
On Tue, Mar 09, 2010 at 05:46:33PM +0100, Florian Pose wrote:
> static ec_sync_info_t s400_syncs[] = {
> {2, EC_DIR_OUTPUT, 1, s400_pdos},
> {3, EC_DIR_INPUT, 1, s400_pdos},
> {0xff}
> };
must be
static ec_sync_info_t s400_syncs[] = {
{2, EC_DIR_OUTPUT, 1, s400_pdos},
{3, EC_DIR_INPUT, 1, s400_pdos + 1},
{0xff}
};
--
Best regards,
Florian Pose
http://etherlab.org
More information about the Etherlab-users
mailing list