summaryrefslogtreecommitdiff
path: root/src/packet_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet_interface.h')
-rw-r--r--src/packet_interface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/packet_interface.h b/src/packet_interface.h
new file mode 100644
index 0000000..36ba849
--- /dev/null
+++ b/src/packet_interface.h
@@ -0,0 +1,8 @@
+#ifndef __PACKET_INTERFACE_H__
+#define __PACKET_INTERFACE_H__
+
+#include "usart_helpers.h"
+
+extern struct dma_usart_file *usart2_out;
+
+#endif