mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 21:35:27 +03:00
EEPROM structure changes to allow more switches (9bits instead of 8bits)
This commit is contained in:
parent
11fe3d41f8
commit
18e128ef55
7 changed files with 54 additions and 34 deletions
|
@ -423,7 +423,7 @@
|
|||
typedef int32_t rotenc_t;
|
||||
typedef int32_t getvalue_t;
|
||||
typedef uint32_t mixsrc_t;
|
||||
typedef int8_t swsrc_t;
|
||||
typedef int32_t swsrc_t;
|
||||
#else
|
||||
#define tmr10ms_t uint16_t
|
||||
extern volatile tmr10ms_t g_tmr10ms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue