Hi, I'm trying to compile an erfly6 project for a flyskyi6x radio with SEGGER and I'm getting an error about undeclared parameter.
Boardi6x.cpp line 756:
Building ‘FSI6X’ from solution ‘ERFly6’ in configuration ‘Debug’
Compiling ‘lcd.cpp’
Compiling ‘BoardI6X.cpp’
use of undeclared identifier 'ISR_TIMER3_CAPT_vect'
Build failed
Compiling ‘A7105_SPI.cpp’
Compiling ‘AFHDS2A_a7105.cpp’
Build failed
Can anyone help me how to solve this?
For i6 radio I have this error different:
Building ‘FSI6’ from solution ‘ERFly6’ in configuration ‘Debug’
Compiling ‘menus.cpp’
Compiling ‘elrsV2.cpp’
elrsV2.cpp
passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
parameter of type 'char' is declared here
expected unqualified-id
expanded from macro 'deviceId'
expected unqualified-id
expanded from macro 'handsetId'
use of logical '&&' with constant operand [-Wconstant-logical-operand]
use '&' for a bitwise operation
remove constant to silence this warning
expression is not assignable
expression is not assignable
Build failed
Compiling ‘crossfire.cpp’
Compiling ‘pers.cpp’
Build failed
Hi, I'm trying to compile an erfly6 project for a flyskyi6x radio with SEGGER and I'm getting an error about undeclared parameter.
Boardi6x.cpp line 756:
Can anyone help me how to solve this?
For i6 radio I have this error different: