From 0897d44a5997f671461703c7528e896ef963f2be Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Mon, 12 Feb 2007 11:16:54 +0000 Subject: [PATCH] Minor: Adjusted minimal example to new testing hardware. --- examples/mini/mini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mini/mini.c b/examples/mini/mini.c index 26ca8acf..e599806b 100644 --- a/examples/mini/mini.c +++ b/examples/mini/mini.c @@ -62,7 +62,7 @@ void *r_dig_out; #if 1 ec_pdo_reg_t domain1_pdos[] = { - {"2", Beckhoff_EL2004_Outputs, &r_dig_out}, + {"4", Beckhoff_EL2004_Outputs, &r_dig_out}, {} }; #endif -- GitLab