kopia lustrzana https://github.com/jgromes/RadioLib
Removed redundant default constructor
rodzic
d245703d09
commit
24172b19f1
|
@ -1,9 +1,5 @@
|
|||
#include "Module.h"
|
||||
|
||||
Module::Module() {
|
||||
|
||||
}
|
||||
|
||||
Module::Module(int cs, int tx, int rx, int int0, int int1) {
|
||||
_cs = cs;
|
||||
_tx = tx;
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
class Module {
|
||||
public:
|
||||
Module();
|
||||
Module(int cs, int tx, int rx, int int0, int int1);
|
||||
|
||||
SoftwareSerial* ModuleSerial;
|
||||
|
|
Ładowanie…
Reference in New Issue