summaryrefslogtreecommitdiff
path: root/error_utils.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-26 15:14:53 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-26 15:14:53 -0400
commiteec87f54328d64828fd37575f18b23430b670485 (patch)
tree25cbd9045be9196ebf7f7982e897e52ce198ab63 /error_utils.h
parent82e549f79c290d6a97cf9161476eeb58cb564da3 (diff)
initial addition of gpib driver
Diffstat (limited to 'error_utils.h')
-rw-r--r--error_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/error_utils.h b/error_utils.h
index ac03fd9..a331b18 100644
--- a/error_utils.h
+++ b/error_utils.h
@@ -11,5 +11,6 @@ void Error_Remove_From_Queue(void);
int Error_check(ChannelStruct ChannelStateToTest[max_channels]);
void queue_and_broadcast_sensor_alarm(int error_num);
void queue_error_and_display_on_LCD(int error_num);
+void queue_error_for_gpib_only(int error_num);
#endif