summaryrefslogtreecommitdiff
path: root/src/packet_interface.h
blob: 36ba849d9ee35e581d180f201e4d55a948a88b69 (plain)
1
2
3
4
5
6
7
8
#ifndef __PACKET_INTERFACE_H__
#define __PACKET_INTERFACE_H__

#include "usart_helpers.h"

extern struct dma_usart_file *usart2_out;

#endif