Error compiling MultiWii 2.2

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
pelotron
Posts: 7
Joined: Thu Jul 25, 2013 5:29 pm

Error compiling MultiWii 2.2

Post 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!

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Error compiling MultiWii 2.2

Post by scrat »

Just uncomment #define FAILSAFE in config.h and this is it for failsafe..then adjust parameters for your needs.

Post Reply