include/def.h
changeset 675 e5c5101c4f0b
parent 664 a03f0aa7d219
child 694 8dd1e58b3815
equal deleted inserted replaced
674:352c42b20441 675:e5c5101c4f0b
    22 
    22 
    23 
    23 
    24 #ifndef __def_h__
    24 #ifndef __def_h__
    25 #define __def_h__
    25 #define __def_h__
    26 
    26 
    27 #include "config.h"
    27 #include <config.h>
    28 
    28 
    29 /** definitions used for object dictionary access. ie SDO Abort codes . (See DS 301 v.4.02 p.48)
    29 /** definitions used for object dictionary access. ie SDO Abort codes . (See DS 301 v.4.02 p.48)
    30  */
    30  */
    31 #define OD_SUCCESSFUL 	             0x00000000
    31 #define OD_SUCCESSFUL 	             0x00000000
    32 #define OD_READ_NOT_ALLOWED          0x06010001
    32 #define OD_READ_NOT_ALLOWED          0x06010001