mirror of https://github.com/sfeakes/AqualinkD.git
ballle98/AqualinkD#57: Unable to make on new Pi Zero
parent
e360cbac83
commit
c5a41f0fc1
10
onetouch.c
10
onetouch.c
|
@ -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);
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue