Merge pull request #896 from S5NC/removeDuplicateRADIOLIBNameInMacros

Remove last remaining duplicate 'RADIOLIB's from macros
pull/899/head
Jan Gromeš 2023-12-01 07:05:44 +01:00 zatwierdzone przez GitHub
commit 77562c963a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
#if !defined(_RADIOLIB_RADIOLIB_APRS_H) #if !defined(_RADIOLIB_APRS_H)
#define _RADIOLIB_RADIOLIB_APRS_H #define _RADIOLIB_APRS_H
#include "../../TypeDef.h" #include "../../TypeDef.h"

Wyświetl plik

@ -1,5 +1,5 @@
#if !defined(_RADIOLIB_RADIOLIB_AX25_H) #if !defined(_RADIOLIB_AX25_H)
#define _RADIOLIB_RADIOLIB_AX25_H #define _RADIOLIB_AX25_H
#include "../../TypeDef.h" #include "../../TypeDef.h"

Wyświetl plik

@ -1,5 +1,5 @@
#if !defined(_RADIOLIB_RADIOLIB_MORSE_H) && !RADIOLIB_EXCLUDE_MORSE #if !defined(_RADIOLIB_MORSE_H) && !RADIOLIB_EXCLUDE_MORSE
#define _RADIOLIB_RADIOLIB_MORSE_H #define _RADIOLIB_MORSE_H
#include "../../TypeDef.h" #include "../../TypeDef.h"
#include "../PhysicalLayer/PhysicalLayer.h" #include "../PhysicalLayer/PhysicalLayer.h"

Wyświetl plik

@ -1,5 +1,5 @@
#if !defined(_RADIOLIB_RADIOLIB_SSTV_H) #if !defined(_RADIOLIB_SSTV_H)
#define _RADIOLIB_RADIOLIB_SSTV_H #define _RADIOLIB_SSTV_H
#include "../../TypeDef.h" #include "../../TypeDef.h"