diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -586,8 +586,8 @@ typedef struct { ConstraintsStruct Constraints; ChannelStruct ChannelState[max_channels]; FlashStruct Flash; - GpibStruct GPIB; - Rs232Struct RS232; + GpibStruct GPIB; + Rs232Struct RS232; int error_queue[error_queue_length+1]; int number_of_errors; /* how many errors are in the error queue */ |