remove name from lora32_cfg_t. this was really part of loracomm. lora32_cfg_t should use a void*
This commit is contained in:
parent
19a233de27
commit
150a23dbaf
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ typedef struct {
|
||||||
} lora32_handle_t;
|
} lora32_handle_t;
|
||||||
|
|
||||||
typedef struct lora32_cfg_t {
|
typedef struct lora32_cfg_t {
|
||||||
char *name;
|
|
||||||
uint8_t nss;
|
uint8_t nss;
|
||||||
uint8_t cipo;
|
uint8_t cipo;
|
||||||
uint8_t copi;
|
uint8_t copi;
|
||||||
|
|
Loading…
Reference in a new issue