net: Fix stack type
s/unsigned char/char Jira: ZEP-1723 Change-Id: I07b23b28fdb4d2f0f78dcdd314faaebec06471db Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
a5605cedb0
commit
799ad12ec5
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int net_recv_data(struct net_if *iface, struct net_buf *buf);
|
|||
int net_send_data(struct net_buf *buf);
|
||||
|
||||
struct net_stack_info {
|
||||
unsigned char *stack;
|
||||
char *stack;
|
||||
const char *pretty_name;
|
||||
const char *name;
|
||||
size_t orig_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue