NerfUS / NerfUSXbee

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

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