Spellcheck apo library

This commit is contained in:
Amilcar Lucas 2011-10-03 12:40:24 +02:00
parent 7a510084b1
commit 69de071281
4 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@ void setup() {
* On detecting NULL assigned to any ultrasonic sensor, its corresponding block of code
* will not be executed by the navigator.
* The coordinate system is assigned by the right hand rule with the thumb pointing down.
* In set_orientation, it is defind as (front/back,left/right,down,up)
* In set_orientation, it is defined as (front/back,left/right,down,up)
*/
if (rangeFinderFrontEnabled) {

View File

@ -59,7 +59,7 @@ AP_Autopilot::AP_Autopilot(AP_Navigator * navigator, AP_Guide * guide,
}
} else if (hal->getMode() == MODE_HIL_CNTL) { // hil
_hal->hil->receive();
Serial.println("HIL Recieve Called");
Serial.println("HIL Receive Called");
if (_navigator->getTimeStamp() != 0) {
// give hil a chance to send some packets
for (int i = 0; i < 5; i++) {

View File

@ -42,7 +42,7 @@
#include "AP_CommLink.h"
/**
* ArduPilotOne namespace to protect varibles
* ArduPilotOne namespace to protect variables
* from overlap with avr and libraries etc.
* ArduPilotOne does not use any global
* variables.
@ -58,7 +58,7 @@ class AP_CommLink;
* as well as the hardware abstraction layer.
*
* It inherits from loop to manage
* the subloops and sets the overall
* the sub-loops and sets the overall
* frequency for the autopilot.
*
@ -138,7 +138,7 @@ private:
/**
* Loop 4 Callbacks
* - super slow mesages
* - super slow messages
* - log writing
* @see callback0
*/

View File

@ -21,7 +21,7 @@
namespace apo {
/// Class desciprtion
/// Class description
class Class {
public:
}