Skip to content

Commit

Permalink
Apply patch from Kurt to make Commander::begin work
Browse files Browse the repository at this point in the history
git-svn-id: http://arbotix.googlecode.com/svn/trunk@658 0ddeed48-8230-11de-bf8c-fd130f914ac9
  • Loading branch information
MFergs7 authored and MFergs7 committed Oct 12, 2012
1 parent 405311a commit 4d5596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbotix/libraries/Commander/Commander.h
Expand Up @@ -35,7 +35,7 @@ class Commander
{
public:
Commander();
void begin(int baud);
void begin(unsigned long baud);
void UseSouthPaw(); // enable southpaw configuration
int ReadMsgs(); // must be called regularly to clean out Serial buffer

Expand Down

0 comments on commit 4d5596d

Please sign in to comment.