Break out noise.c and packet_interface.c
This commit is contained in:
parent
333d94bf9f
commit
e4e2318804
7 changed files with 246 additions and 211 deletions
8
src/packet_interface.h
Normal file
8
src/packet_interface.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue