Skip to content
Snippets Groups Projects
Commit 8e010bac authored by Sukru Senli's avatar Sukru Senli
Browse files

use uint8_t instead of u_int8_t

parent c2c4b1de
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
#include <uci.h>
char *ownMacAddress = NULL;
u_int8_t l2loop_discovery_frame[100] = {0};
uint8_t l2loop_discovery_frame[100] = {0};
typedef struct eth_status {
int sts;
......
......@@ -2,7 +2,7 @@
#define SRC_MAC_ETHERNET_H_
extern char *ownMacAddress;
extern u_int8_t l2loop_discovery_frame[100];
extern uint8_t l2loop_discovery_frame[100];
int ethernetDeviceUpDown(char *, char*);
int findOwnMacAddress(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment