include/emcy.h
changeset 296 03f2b8b8cb0b
parent 284 24bf3d692993
child 378 d2abf6c8c27b
--- a/include/emcy.h	Sun Sep 30 22:41:12 2007 +0200
+++ b/include/emcy.h	Mon Oct 01 14:43:01 2007 +0200
@@ -61,7 +61,7 @@
 
 /** Sets a new error with code errCode. Also sets corresponding bits in Error register (1001h)
  */
-UNS8 EMCY_setError(CO_Data* d, UNS16 errCode, UNS8 errRegMask);
+UNS8 EMCY_setError(CO_Data* d, UNS16 errCode, UNS8 errRegMask, UNS16 addInfo);
 
 /** Indicates it has recovered from error errCode. Also clears corresponding bits in Error register (1001h)
  */