Skip to content

Commit a7aeef2

Browse files
authored
Merge pull request #167 from andreagilardoni/hotfix-net-mgmt-callback
fixing net_mgmt event handler callback signature after zephyr #89048
2 parents db649d0 + 9dbf532 commit a7aeef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SocketWrapper/SocketHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NetworkInterface {
3030
static struct net_dhcpv4_option_callback dhcp_cb;
3131

3232
static void event_handler(struct net_mgmt_event_callback *cb,
33-
uint32_t mgmt_event,
33+
uint64_t mgmt_event,
3434
struct net_if *iface)
3535
{
3636
int i = 0;

0 commit comments

Comments
 (0)