define in its place

This commit is contained in:
Gwenhael Le Moine 2024-06-05 14:20:39 +02:00
parent d2dcfa167e
commit 1a18c8a201
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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;