Subversion Repositories FlightCtrl

Rev

Rev 1484 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1484 Rev 1583
1
#ifndef _JETIMENU_H
1
#ifndef _JETIMENU_H
2
#define _JETIMENU_H
2
#define _JETIMENU_H
3
 
3
 
4
extern void JetiBox_Update(unsigned char key);
4
extern unsigned char JetiBox_Update(unsigned char key);
5
 
5
 
6
#endif //_JETIMENU_H
6
#endif //_JETIMENU_H
7
 
7