Skip to content

Commit e6a4e29

Browse files
bill88tmicrodev1
andauthored
Update ports/raspberrypi/common-hal/wifi/Radio.c
u32_t -> uint32_t Co-authored-by: MicroDev <[email protected]>
1 parent 0bf9df2 commit e6a4e29

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/common-hal/wifi

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/wifi/Radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif
6262

6363
#ifdef LWIP_DEBUG
64-
static u32_t ping_time;
64+
static uint32_t ping_time;
6565
#endif
6666

6767

0 commit comments

Comments
 (0)