diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-28 13:25:28 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-28 13:25:28 -0400 |
commit | 20cda0b9312dd5b8eec72373e17ff47fff7987b3 (patch) | |
tree | 6c81fb0d403fa17fe6af2a47957b4a348e9a93c6 /error_utils.c | |
parent | 519fd530238c4a71cdd32c07a5a4d1835bedda0b (diff) |
added monitor functions
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/error_utils.c b/error_utils.c index 37908e7..a0c694d 100644 --- a/error_utils.c +++ b/error_utils.c @@ -141,9 +141,7 @@ void queue_error_and_display_on_LCD(int error_num) } -void queue_and_broadcast_sensor_alarm(int error_num); - -void queue_and_broadcast_sensor_alarm(int error_num) +void queue_and_broadcast_sensor_alarm(int error_num) // FIXME - implement { // not part of this project, but left in for coder's reference. Can be deleted for now } |