error in multiwii

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
gregio
Posts: 11
Joined: Tue Jan 17, 2012 12:29 pm

error in multiwii

Post by gregio »

when i try to compile oi get this errors:
MultiWii_release_candidate_2_1_r949.cpp: In function 'void annexCode()':
MultiWii_release_candidate_2_1_r949:443: error: 'serialCom' was not declared in this scope
MultiWii_release_candidate_2_1_r949.cpp: In function 'void setup()':
MultiWii_release_candidate_2_1_r949:498: error: 'SerialOpen' was not declared in this scope
i havent have i clue what is wrong

bill516
Posts: 334
Joined: Sun Aug 07, 2011 12:27 pm

Re: error in multiwii

Post by bill516 »

I would re check what you have de/selected in the congif.h, I just did a quick try with my dev and I only defined as a tri and it complied.

sceak
Posts: 5
Joined: Wed Jun 13, 2012 5:28 pm

Re: error in multiwii

Post by sceak »

Both of these functions are declared in Serial.ino. Make sure this file is in your sketch.

Post Reply