Page 1 of 1

Error compiling MultiWii 2.2

Posted: Thu Jul 25, 2013 5:39 pm
by pelotron
Hello MultiWii community. I'm trying to compile and upload MultiWii 2.2 with Arduino editor 1.0.4 and the compiler has thrown the following error:

MultiWii.ino: In function 'void loop()':
MultiWii:1050: error: 'FAILSAFE_DELAY' was not declared in this scope

I have searched the source files and cannot find where FAILSAFE_DELAY is or should be defined. Can anyone offer some clues as to how to resolve this error? Can I add it in def.h? What value should it have?

Thank you!

Re: Error compiling MultiWii 2.2

Posted: Fri Jul 26, 2013 9:00 am
by scrat
Just uncomment #define FAILSAFE in config.h and this is it for failsafe..then adjust parameters for your needs.