Skip to content

Commit

Permalink
Fix CI compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Alan C. Assis <[email protected]>
  • Loading branch information
acassis committed Oct 17, 2023
1 parent c5a4885 commit bc735fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/route/net_del_ramroute.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route, FAR void *arg)

net_ipv4_dumproute("Comparing", route);
ninfo("With:\n");
ninfo(" target=%08" PRIx32 " netmask=%08" PRIx32 "\n",
ninfo(" target=%08lx" PRIx32 " netmask=%08lx" PRIx32 "\n",
HTONL(match->target), HTONL(match->netmask));

if (net_ipv4addr_maskcmp(route->target, match->target, match->netmask) &&
Expand Down

0 comments on commit bc735fc

Please sign in to comment.