mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-01-13 07:09:44 +00:00
8 lines
120 B
C
8 lines
120 B
C
#ifndef XMODEM_H
|
|
#define XMODEM_H
|
|
|
|
void xmodem_rx_byte(unsigned char byte);
|
|
void xmodem_poll(void);
|
|
|
|
#endif // XMODEM_H
|