defaulted to 38400 baud

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1885 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-04-16 04:50:38 +00:00
parent ead4ce4344
commit e1d945812d
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
void setup()
{
APM_RC.Init(); // APM Radio initialization
Serial.begin(57600);
Serial.begin(38400);
Serial.println("ArduPilot Mega RC library test");
delay(1000);
}