mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-17 19:09:27 -04:00
Slimmed down BertOS AX25
This commit is contained in:
parent
806f1bae56
commit
eb1b4c233e
7 changed files with 1781 additions and 1897 deletions
Modem/protocol
|
@ -11,11 +11,6 @@ void ss_init(AX25Ctx *ax25);
|
|||
|
||||
void ss_messageCallback(struct AX25Msg *msg, Serial *ser);
|
||||
void ss_serialCallback(void *_buffer, size_t length, Serial *ser, AX25Ctx *ctx);
|
||||
void ss_printSrc(bool val);
|
||||
void ss_printDst(bool val);
|
||||
void ss_printPath(bool val);
|
||||
void ss_printData(bool val);
|
||||
void ss_printInfo(bool val);
|
||||
|
||||
void ss_sendPkt(void *_buffer, size_t length, AX25Ctx *ax25);
|
||||
void ss_sendLoc(void *_buffer, size_t length, AX25Ctx *ax25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue