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:
Tomasz Bursztyka 2017-02-17 10:36:36 +01:00 committed by Jukka Rissanen
commit 799ad12ec5

View file

@ -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;