Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NerfUS-Coord NerfUSTarget
Fork of APP3_xbee by
Diff: include/XbeeTransmitterInterface.hpp
- Revision:
- 21:441645a394c2
- Parent:
- 16:f4df01448b59
- Child:
- 23:2b67589150d9
--- a/include/XbeeTransmitterInterface.hpp Thu Mar 30 18:11:29 2017 +0000
+++ b/include/XbeeTransmitterInterface.hpp Thu Mar 30 20:19:34 2017 +0000
@@ -7,9 +7,6 @@
{
public:
virtual void transmit(const std::vector<uint8_t>& bytes) = 0;
-
- protected:
- const static int message_size = 5;
};
#endif
\ No newline at end of file
