1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

Compilation failure

This commit is contained in:
bsongis 2015-01-31 08:19:50 +01:00
parent 33dfcbe2f4
commit 3a13f07e96
4 changed files with 10 additions and 4 deletions

View file

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