mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Compilation failure
This commit is contained in:
parent
33dfcbe2f4
commit
3a13f07e96
4 changed files with 10 additions and 4 deletions
|
@ -1208,7 +1208,7 @@ LimitData *limitAddress(uint8_t idx);
|
|||
int8_t *curveAddress(uint8_t idx);
|
||||
LogicalSwitchData *lswAddress(uint8_t idx);
|
||||
|
||||
#if !defined(XCURVES)
|
||||
#if !defined(BOOT) && !defined(XCURVES)
|
||||
struct CurveInfo {
|
||||
int8_t *crv;
|
||||
uint8_t points;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue