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:
- 18:34374040d9ff
- Parent:
- 16:f4df01448b59
--- a/include/XbeeTransmitterInterface.hpp Thu Mar 30 17:31:40 2017 +0000
+++ b/include/XbeeTransmitterInterface.hpp Thu Mar 30 14:09:51 2017 -0400
@@ -2,6 +2,7 @@
#define XBEE_TRANSMITTER_INTERFACE_HPP
#include <vector>
+#include "stdint.h"
class XbeeTransmitterInterface
{
@@ -12,4 +13,4 @@
const static int message_size = 5;
};
-#endif
\ No newline at end of file
+#endif
