fix e220 lora send and receive bug using ch438 uart in xidatong board
This commit is contained in:
@@ -117,6 +117,12 @@ enum IpType
|
||||
IPV6,
|
||||
};
|
||||
|
||||
struct AdapterData
|
||||
{
|
||||
uint32 len;
|
||||
uint8 *buffer;
|
||||
};
|
||||
|
||||
struct AdapterProductInfo
|
||||
{
|
||||
uint32_t functions;
|
||||
|
||||
Reference in New Issue
Block a user