diff options
Diffstat (limited to 'gm_platform/fw/packet_interface.h')
-rw-r--r-- | gm_platform/fw/packet_interface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gm_platform/fw/packet_interface.h b/gm_platform/fw/packet_interface.h deleted file mode 100644 index dbace62..0000000 --- a/gm_platform/fw/packet_interface.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __PACKET_INTERFACE_H__ -#define __PACKET_INTERFACE_H__ - -void send_packet(struct dma_usart_file *f, const uint8_t *data, size_t len); - -#endif |