kopia lustrzana https://github.com/jgromes/RadioLib
[Print] Removed redundant headers
rodzic
4f0c400bd7
commit
adf2f3ba98
|
@ -1,6 +1,5 @@
|
|||
#include "Hellschreiber.h"
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_HELLSCHREIBER)
|
||||
|
||||
HellClient::HellClient(PhysicalLayer* phy) {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#include "Morse.h"
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_MORSE)
|
||||
|
||||
MorseClient::MorseClient(PhysicalLayer* phy) {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "RTTY.h"
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_RTTY)
|
||||
|
||||
RTTYClient::RTTYClient(PhysicalLayer* phy) {
|
||||
|
|
Ładowanie…
Reference in New Issue