diff options
-rw-r--r-- | gpib.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1016,7 +1016,7 @@ void GPIB_Set_Execution_Error () return; } - TNT_4882_Status(3,0x10,1); + TNT_4882_Status(ESR,0x10,1); } @@ -1026,7 +1026,7 @@ void GPIB_Set_Command_Error () return; } - TNT_4882_Status(3,0x20,1); + TNT_4882_Status(ESR,0x20,1); } @@ -1036,7 +1036,7 @@ void GPIB_Set_Query_Error () return; } - TNT_4882_Status(3,0x04,1); + TNT_4882_Status(ESR,0x04,1); } @@ -1046,6 +1046,6 @@ void GPIB_Set_Device_Dependent_Error () return; } - TNT_4882_Status(3,0x08,1); + TNT_4882_Status(ESR,0x08,1); } |