mirror of https://github.com/ArduPilot/ardupilot
Dangling comma
git-svn-id: https://arducopter.googlecode.com/svn/trunk@771 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
1049bf2153
commit
9e7876fee7
|
@ -46,7 +46,7 @@
|
|||
|
||||
BinComm::BinComm(const BinComm::MessageHandler *handlerTable,
|
||||
Stream *interface) :
|
||||
_handlerTable(handlerTable),
|
||||
_handlerTable(handlerTable)
|
||||
{
|
||||
init(interface);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue