cleaned up unneeded integer in xbee test

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1771 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
dhcorley@msn.com 2011-03-11 23:03:56 +00:00
parent 66c9ded2d8
commit 64b5eb90fe
1 changed files with 1 additions and 2 deletions

View File

@ -796,8 +796,7 @@ test_xbee(uint8_t argc, const Menu::arg *argv)
Serial.printf_P(PSTR("Begin XBee X-CTU Range and RSSI Test:\n"));
while(1){
int incomingByte;
if (Serial3.available())
if (Serial3.available())
Serial3.write(Serial3.read());
if(Serial.available() > 0){