mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
EEPROM structure changes to allow more switches (9bits instead of 8bits)
This commit is contained in:
parent
3083269f30
commit
d0f6c59b8a
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