ballle98/AqualinkD#57: Unable to make on new Pi Zero

pull/156/head
Lee Ballard 2022-02-28 09:07:50 -06:00
parent e360cbac83
commit c5a41f0fc1
2 changed files with 7 additions and 7 deletions

View File

@ -35,11 +35,11 @@
//#include "pda_menu.h"
int _ot_hlightindex = -1;
int _ot_hlightcharindexstart = -1;
int _ot_hlightcharindexstop = -1;
char _menu[ONETOUCH_LINES][AQ_MSGLEN+1];
struct ot_macro _macros[3];
static int _ot_hlightindex = -1;
static int _ot_hlightcharindexstart = -1;
static int _ot_hlightcharindexstop = -1;
static char _menu[ONETOUCH_LINES][AQ_MSGLEN+1];
static struct ot_macro _macros[3];
void set_macro_status();
void pump_update(struct aqualinkdata *aq_data, int updated);

View File

@ -25,8 +25,8 @@
#include "aq_serial.h"
#include "utils.h"
int _hlightindex = -1;
char _menu[PDA_LINES][AQ_MSGLEN+1];
static int _hlightindex = -1;
static char _menu[PDA_LINES][AQ_MSGLEN+1];
void print_menu()
{