1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Remaining CPUARM removed

This commit is contained in:
Bertrand Songis 2018-07-11 13:33:51 +02:00
parent 3f1d09bc68
commit db1d3fcb32
29 changed files with 79 additions and 79 deletions

View file

@ -94,7 +94,7 @@ void menuModelCurvesAll(event_t event)
if (CURVE_SELECTED()) {
s_curveChan = sub;
#if !defined(CPUARM) || LCD_W >= 212
#if LCD_W >= 212
drawCurve(23);
#else
drawCurve(10);