Skip to content

Commit

Permalink
Comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPanzerProject committed Jan 8, 2020
1 parent 8584b57 commit 7be6a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenPanzerTCB/src/OP_EEPROM/OP_EEPROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void OP_EEPROM::Initialize_RAMcopy(void)
DefaultChSettings.pulseMin = 1000;
DefaultChSettings.pulseMax = 2000;
DefaultChSettings.pulseCenter = 1500;
DefaultChSettings.deadband = DEFAULT_DEADBAND; // Setting in OP_Radio.h
DefaultChSettings.deadband = DEFAULT_DEADBAND; // Setting in OP_RadioDefines.h
DefaultChSettings.reversed = false; // Default to not reversed

//We assume Radio has channel order RETA (2/4/3/1), but the user can change this in the menu
Expand Down
2 changes: 1 addition & 1 deletion OpenPanzerTCB/src/OP_TBS/OP_TBS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void OP_TBS::IdleEngine(void)

void OP_TBS::ClearThrottleBlip(void)
{ // Same as IdleEngine which however we can't call from this static function since it is public, and we need this one static so it can be used with SimpleTimer...
TBSProp->writeMicroseconds(PROP1, PROP1_IDLE); // Return the throttle to idle from our brief blip (only used with Mini)
TBSProp->writeMicroseconds(PROP1, PROP1_IDLE); // Return the throttle to idle from our brief blip (only used with Micro)
}

//------------------------------------------------------------------------------------------------------------------------>>
Expand Down

0 comments on commit 7be6a31

Please sign in to comment.