optimize adapter lora send-receive and add recv-data-error solution
This commit is contained in:
@@ -190,6 +190,9 @@ struct Adapter
|
||||
void *done;
|
||||
void *adapter_param;
|
||||
|
||||
sem_t sem;
|
||||
pthread_mutex_t lock;
|
||||
|
||||
struct DoublelistNode link;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user