1
0
Fork 0
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:
Bertrand Songis 2015-08-28 09:56:44 +02:00
parent 11fe3d41f8
commit 18e128ef55
7 changed files with 54 additions and 34 deletions

View file

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