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:
parent
3f1d09bc68
commit
db1d3fcb32
29 changed files with 79 additions and 79 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue