diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4191,6 +4191,8 @@ static int Go_cal_interval_101(gchar** response, int channel, char *parameter,ch static int Go_broadcast_103(gchar** response, int channel, char *parameter,char *units,int command_type) { +#ifdef DEBUG_ON + gchar *broadcast_str = NULL; switch (command_type) { @@ -4214,4 +4216,9 @@ static int Go_broadcast_103(gchar** response, int channel, char *parameter,char } return ThisShouldntHappen; + +#else + + return Unrecognized; +#endif } |