diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-17 08:15:13 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-17 08:15:13 -0400 |
commit | b7d456868f90f6c6f763d18922be9f8fe6ce15e6 (patch) | |
tree | dc3f5955011415f5aa127b288e1f16a4f7837290 /error_utils.h | |
parent | 54bbd8c592c1679c182dd7aad7860331ea8b4868 (diff) |
implemented Go_sys_net_91
Diffstat (limited to 'error_utils.h')
-rw-r--r-- | error_utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/error_utils.h b/error_utils.h index a72dc90..ac9a8c9 100644 --- a/error_utils.h +++ b/error_utils.h @@ -73,6 +73,7 @@ #define peak_power_limit 71 #define average_power_limit 72 #define SelfCalError 73 +#define NetworkNotFound 74 // BEGIN CUSTOM DEFINES #define LCD_cols 32 @@ -85,4 +86,4 @@ void queue_error_from_parser(gchar** response, int error_num); void queue_error_and_get_text(gchar** response, int error_num); void Error_Remove_From_Queue(void); -#endif
\ No newline at end of file +#endif |