From b41f62a65849a92e6a1347ec91107f2eb7b5186b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 26 Jan 2025 13:21:13 -0500 Subject: [PATCH] Update main.h move more afsk and ax503 --- main.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.h b/main.h index 8d294ce9..a5b1227e 100644 --- a/main.h +++ b/main.h @@ -3,10 +3,10 @@ #include #include #include -#include "afsk/status.h" -#include "afsk/ax5043.h" -#include "afsk/ax25.h" -#include "ax5043/spi/ax5043spi.h" +//#include "afsk/status.h" +//#include "afsk/ax5043.h" +//#include "afsk/ax25.h" +//#include "ax5043/spi/ax5043spi.h" #include #include #include @@ -70,8 +70,8 @@ uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint8_t data[1024]; uint32_t tx_channel = 0; -ax5043_conf_t hax5043; -ax25_conf_t hax25; +//ax5043_conf_t hax5043; +//ax25_conf_t hax25; int twosToInt(int val, int len); float toAprsFormat(float input); @@ -87,7 +87,7 @@ int upper_digit(int number); int lower_digit(int number); void update_rs(unsigned char parity[32], unsigned char c); void write_little_endian(unsigned int word, int num_bytes, FILE *wav_file); -static int init_rf(); +//static int init_rf(); extern int Encode_8b10b[][256]; extern const unsigned char ALPHA_TO[]; // const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count);