|
|
@ -161,3 +161,7 @@ private: |
|
|
|
// protocol_match - returns true if the protocols match
|
|
|
|
// protocol_match - returns true if the protocols match
|
|
|
|
bool protocol_match(enum SerialProtocol protocol1, enum SerialProtocol protocol2) const; |
|
|
|
bool protocol_match(enum SerialProtocol protocol1, enum SerialProtocol protocol2) const; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace AP { |
|
|
|
|
|
|
|
AP_SerialManager &serialmanager(); |
|
|
|
|
|
|
|
}; |
|
|
|