mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Bsongis/ram saving (#6685)
RAM saving. Stacks reduced to have some more RAM available than 2.2 on all boards
This commit is contained in:
parent
ff2cde85be
commit
2d4e98d15d
28 changed files with 271 additions and 330 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
event_t s_evt;
|
||||
struct t_inactivity inactivity = {0};
|
||||
struct InactivityData inactivity = {0};
|
||||
Key keys[NUM_KEYS];
|
||||
|
||||
event_t getEvent(bool trim)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue