mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
AX25 demo
This commit is contained in:
parent
b371c8919d
commit
a74a7ad1ce
5 changed files with 13 additions and 10 deletions
|
@ -30,6 +30,7 @@ Modem_WIZARD_CSRC = \
|
|||
bertos/mware/formatwr.c \
|
||||
bertos/mware/hex.c \
|
||||
bertos/struct/heap.c \
|
||||
bertos/net/ax25.c \
|
||||
#
|
||||
|
||||
# Files automatically generated by the wizard. DO NOT EDIT, USE Modem_USER_PCSRC INSTEAD!
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
#include <stdio.h> // Standard input/output
|
||||
#include <string.h> // String operations
|
||||
|
||||
#include <net/ax25.h>
|
||||
|
||||
#include "afsk.h" // Header for AFSK modem
|
||||
#include "protocol/mp1.h" // Header for MP.1 protocol
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue