File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
//#include "pda_menu.h"
36
36
37
37
38
- int _ot_hlightindex = -1 ;
39
- int _ot_hlightcharindexstart = -1 ;
40
- int _ot_hlightcharindexstop = -1 ;
41
- char _menu [ONETOUCH_LINES ][AQ_MSGLEN + 1 ];
42
- struct ot_macro _macros [3 ];
38
+ static int _ot_hlightindex = -1 ;
39
+ static int _ot_hlightcharindexstart = -1 ;
40
+ static int _ot_hlightcharindexstop = -1 ;
41
+ static char _menu [ONETOUCH_LINES ][AQ_MSGLEN + 1 ];
42
+ static struct ot_macro _macros [3 ];
43
43
44
44
void set_macro_status ();
45
45
void pump_update (struct aqualinkdata * aq_data , int updated );
Original file line number Diff line number Diff line change 25
25
#include "aq_serial.h"
26
26
#include "utils.h"
27
27
28
- int _hlightindex = -1 ;
29
- char _menu [PDA_LINES ][AQ_MSGLEN + 1 ];
28
+ static int _hlightindex = -1 ;
29
+ static char _menu [PDA_LINES ][AQ_MSGLEN + 1 ];
30
30
31
31
void print_menu ()
32
32
{
You can’t perform that action at this time.
0 commit comments