]> mj.ucw.cz Git - home-hw.git/blob - ssr/Inc/app.h
ba8b412069d1e9529fb163d590b37cfe00a04d8b
[home-hw.git] / ssr / Inc / app.h
1 // main.c
2
3 // usbdev.c
4
5 extern byte rx_packet[64];
6 extern byte tx_packet[64];
7 extern volatile byte rx_packet_state, tx_packet_state;
8
9 void tx_packet_send(void);