remove name from lora32_cfg_t. this was really part of loracomm. lora32_cfg_t should use a void*

This commit is contained in:
Morgan 'ARR\!' Allen 2022-04-01 14:19:21 -07:00
parent 19a233de27
commit 150a23dbaf
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ typedef struct {
} lora32_handle_t;
typedef struct lora32_cfg_t {
char *name;
uint8_t nss;
uint8_t cipo;
uint8_t copi;