1
0
Fork 0
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:
Bertrand Songis 2019-02-13 19:00:17 +01:00
parent 12434590f4
commit 269365fd75
25 changed files with 124 additions and 135 deletions

View file

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