summaryrefslogtreecommitdiff
path: root/xbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbee.h')
-rw-r--r--xbee.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/xbee.h b/xbee.h
deleted file mode 100644
index 59cf0cb..0000000
--- a/xbee.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef XBEE_H
-#define XBEE_H
-
-#include <stdint.h>
-
-void xbee_send(uint16_t type, int len, const uint8_t* buf);
-
-#endif