mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-07 17:56:47 +01:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef SLIP_H
|
|
#define SLIP_H
|
|
|
|
void slip_parse_buf(char *buf, short length);
|
|
|
|
#endif
|