define in its place
This commit is contained in:
parent
d2dcfa167e
commit
1a18c8a201
1 changed files with 2 additions and 2 deletions
|
@ -86,6 +86,8 @@
|
|||
#define LAST_HPKEY HPKEY_PLUS
|
||||
#define NB_KEYS ( LAST_HPKEY + 1 )
|
||||
|
||||
#define KEYS_BUFFER_SIZE 9
|
||||
|
||||
// Annunciators
|
||||
#define NB_ANNUNCIATORS 6
|
||||
|
||||
|
@ -162,8 +164,6 @@ typedef struct device_t {
|
|||
/* bool unknown2_touched; /\* unused *\/ */
|
||||
} device_t;
|
||||
|
||||
#define KEYS_BUFFER_SIZE 9
|
||||
|
||||
typedef struct hpkey_t {
|
||||
int code;
|
||||
bool pressed;
|
||||
|
|
Loading…
Reference in a new issue