examples/user/main.c
changeset 1327 4d179b06dd3c
parent 1326 ef907b0b5125
child 1352 275d2fdeab48
--- a/examples/user/main.c	Mon Jan 26 11:16:10 2009 +0000
+++ b/examples/user/main.c	Mon Jan 26 11:45:30 2009 +0000
@@ -78,7 +78,7 @@
 #define Beckhoff_EL3152 0x00000002, 0x0c503052
 #define Beckhoff_EL4102 0x00000002, 0x10063052
 
-// offsets for Pdo entries
+// offsets for PDO entries
 static unsigned int off_ana_in_status;
 static unsigned int off_ana_in_value;
 static unsigned int off_ana_out;
@@ -293,9 +293,9 @@
     }
 
 #if CONFIGURE_PDOS
-    printf("Configuring Pdos...\n");
+    printf("Configuring PDOs...\n");
     if (ecrt_slave_config_pdos(sc_ana_in, EC_END, el3152_syncs)) {
-        fprintf(stderr, "Failed to configure Pdos.\n");
+        fprintf(stderr, "Failed to configure PDOs.\n");
         return -1;
     }
 
@@ -306,7 +306,7 @@
     }
 
     if (ecrt_slave_config_pdos(sc, EC_END, el4102_syncs)) {
-        fprintf(stderr, "Failed to configure Pdos.\n");
+        fprintf(stderr, "Failed to configure PDOs.\n");
         return -1;
     }
 
@@ -317,7 +317,7 @@
     }
 
     if (ecrt_slave_config_pdos(sc, EC_END, el2004_syncs)) {
-        fprintf(stderr, "Failed to configure Pdos.\n");
+        fprintf(stderr, "Failed to configure PDOs.\n");
         return -1;
     }
 #endif
@@ -328,7 +328,7 @@
         return -1;
 
     if (ecrt_domain_reg_pdo_entry_list(domain1, domain1_regs)) {
-        fprintf(stderr, "Pdo entry registration failed!\n");
+        fprintf(stderr, "PDO entry registration failed!\n");
 		return -1;
     }