diff --git a/LibAPRS/AFSK.cpp b/LibAPRS/AFSK.cpp index 5b53727..4a3d32c 100644 --- a/LibAPRS/AFSK.cpp +++ b/LibAPRS/AFSK.cpp @@ -215,7 +215,7 @@ static bool hdlcParse(Hdlc *hdlc, bool bit, FIFOBuffer *fifo) { ret = false; hdlc->receiving = false; LED_RX_OFF(); - fullBfrErr=true; + fullBfrErr=true; } diff --git a/LibAPRS/AFSK.h b/LibAPRS/AFSK.h index d03d24e..6e33cd1 100644 --- a/LibAPRS/AFSK.h +++ b/LibAPRS/AFSK.h @@ -12,7 +12,7 @@ #define SIN_LEN 512 namespace AFSKADCINIT { void AFSK_hw_init(void); -}; +}; static const uint8_t sin_table[] PROGMEM = { 128, 129, 131, 132, 134, 135, 137, 138, 140, 142, 143, 145, 146, 148, 149, 151, diff --git a/LibAPRS/AX25.cpp b/LibAPRS/AX25.cpp index b36c13e..96a1181 100644 --- a/LibAPRS/AX25.cpp +++ b/LibAPRS/AX25.cpp @@ -15,7 +15,7 @@ extern int LibAPRS_vref; extern bool LibAPRS_open_squelch; -bool CRC_Err=false; +bool CRC_Err=false; void ax25_init(AX25Ctx *ctx, ax25_callback_t hook) { memset(ctx, 0, sizeof(*ctx)); diff --git a/LibAPRS/LibAPRS.cpp b/LibAPRS/LibAPRS.cpp index 4c77b67..2fa07a9 100644 --- a/LibAPRS/LibAPRS.cpp +++ b/LibAPRS/LibAPRS.cpp @@ -4,7 +4,7 @@ Afsk modem; AX25Ctx AX25; -extern void aprs_msg_callback(struct AX25Msg *msg); +extern void aprs_msg_callback(struct AX25Msg *msg); #define countof(a) sizeof(a)/sizeof(a[0]) int LibAPRS_vref = REF_3V3; diff --git a/LibAPRS/LibAPRS.h b/LibAPRS/LibAPRS.h index 3d23bcc..9c49e35 100644 --- a/LibAPRS/LibAPRS.h +++ b/LibAPRS/LibAPRS.h @@ -19,7 +19,7 @@ void APRS_setPath2(char *call, int ssid); void APRS_setPreamble(unsigned long pre); void APRS_setTail(unsigned long tail); -void APRS_useAlternateSymbolTable(bool use); +void APRS_useAlternateSymbolTable(bool use); void APRS_setDataTypeID(uint8_t flag); void APRS_setSymbol(char sym); diff --git a/LibAPRS/examples/Basic_usage/Basic_usage.ino b/LibAPRS/examples/Basic_usage/Basic_usage.ino index 44d73a6..4930a21 100644 --- a/LibAPRS/examples/Basic_usage/Basic_usage.ino +++ b/LibAPRS/examples/Basic_usage/Basic_usage.ino @@ -175,7 +175,7 @@ void processPacket() { boolean whichExample = false; void loop() { - /* + /* * insert this statement immediately after using the ADC for * other possible functions such as measuring a voltage from * a sensor. This is needed to re-configure the ADC for AFSK