master-thesis/gm_platform/fw/packet_interface.h
2020-01-23 14:38:36 +01:00

6 lines
148 B
C

#ifndef __PACKET_INTERFACE_H__
#define __PACKET_INTERFACE_H__
void send_packet(struct dma_usart_file *f, const uint8_t *data, size_t len);
#endif