mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Preparation for custom popups
This commit is contained in:
parent
12434590f4
commit
269365fd75
25 changed files with 124 additions and 135 deletions
|
@ -1171,6 +1171,11 @@ union ReusableBuffer
|
|||
uint32_t step;
|
||||
} spectrum;
|
||||
|
||||
struct
|
||||
{
|
||||
int8_t preset;
|
||||
} curveEdit;
|
||||
|
||||
#if defined(STM32)
|
||||
// Data for the USB mass storage driver. If USB mass storage runs no menu is not allowed to be displayed
|
||||
uint8_t MSC_BOT_Data[MSC_MEDIA_PACKET];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue