Merge pull request #896 from S5NC/removeDuplicateRADIOLIBNameInMacros
Remove last remaining duplicate 'RADIOLIB's from macros
This commit is contained in:
commit
77562c963a
4 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
#if !defined(_RADIOLIB_RADIOLIB_APRS_H)
|
||||
#define _RADIOLIB_RADIOLIB_APRS_H
|
||||
#if !defined(_RADIOLIB_APRS_H)
|
||||
#define _RADIOLIB_APRS_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#if !defined(_RADIOLIB_RADIOLIB_AX25_H)
|
||||
#define _RADIOLIB_RADIOLIB_AX25_H
|
||||
#if !defined(_RADIOLIB_AX25_H)
|
||||
#define _RADIOLIB_AX25_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#if !defined(_RADIOLIB_RADIOLIB_MORSE_H) && !RADIOLIB_EXCLUDE_MORSE
|
||||
#define _RADIOLIB_RADIOLIB_MORSE_H
|
||||
#if !defined(_RADIOLIB_MORSE_H) && !RADIOLIB_EXCLUDE_MORSE
|
||||
#define _RADIOLIB_MORSE_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
#include "../PhysicalLayer/PhysicalLayer.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#if !defined(_RADIOLIB_RADIOLIB_SSTV_H)
|
||||
#define _RADIOLIB_RADIOLIB_SSTV_H
|
||||
#if !defined(_RADIOLIB_SSTV_H)
|
||||
#define _RADIOLIB_SSTV_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue