Skip to content

Commit 7473aa2

Browse files
authored
fix mac variable size (#244)
1 parent 74c1f8d commit 7473aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STMicroelectronics/STM32L4_L4+/app/stm_networking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static void checkWifiVersion()
3434
UINT status = 0;
3535
UINT version[4];
3636
CHAR moduleinfo[32];
37-
uint8_t mac[4];
37+
uint8_t mac[6];
3838

3939
WIFI_GetModuleID(moduleinfo);
4040
printf("\tModule: %s\r\n", moduleinfo);

0 commit comments

Comments
 (0)