Break out noise.c and packet_interface.c

This commit is contained in:
jaseg 2018-11-08 19:01:10 +09:00
parent 333d94bf9f
commit e4e2318804
7 changed files with 246 additions and 211 deletions

8
src/packet_interface.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __PACKET_INTERFACE_H__
#define __PACKET_INTERFACE_H__
#include "usart_helpers.h"
extern struct dma_usart_file *usart2_out;
#endif