summaryrefslogtreecommitdiff
path: root/gm_platform/fw/packet_interface.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2020-01-23 14:38:36 +0100
committerjaseg <git@jaseg.net>2020-01-23 14:38:36 +0100
commit410e38651052038e34843b17269d61e75720f0ba (patch)
tree987d1853c55b152d5e1362af4420fa52fcd56a81 /gm_platform/fw/packet_interface.h
parent6a49b8399fb156d427b5d15746de877ac933ba3d (diff)
downloadmaster-thesis-410e38651052038e34843b17269d61e75720f0ba.tar.gz
master-thesis-410e38651052038e34843b17269d61e75720f0ba.tar.bz2
master-thesis-410e38651052038e34843b17269d61e75720f0ba.zip
board bringup: adc, usart working
Diffstat (limited to 'gm_platform/fw/packet_interface.h')
-rw-r--r--gm_platform/fw/packet_interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gm_platform/fw/packet_interface.h b/gm_platform/fw/packet_interface.h
new file mode 100644
index 0000000..dbace62
--- /dev/null
+++ b/gm_platform/fw/packet_interface.h
@@ -0,0 +1,6 @@
+#ifndef __PACKET_INTERFACE_H__
+#define __PACKET_INTERFACE_H__
+
+void send_packet(struct dma_usart_file *f, const uint8_t *data, size_t len);
+
+#endif