master-thesis/hardware/fw/packet_interface.h
2021-04-09 18:38:57 +02: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