mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Replace p1byte with u8
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8aad1f53ce
commit
b77dd7b8df
31 changed files with 633 additions and 635 deletions
|
@ -2100,7 +2100,7 @@ Hal_EfuseParseMACAddr_8188EU(
|
|||
|
||||
if (AutoLoadFail)
|
||||
{
|
||||
// sMacAddr[5] = (u1Byte)GetRandomNumber(1, 254);
|
||||
// sMacAddr[5] = (u8)GetRandomNumber(1, 254);
|
||||
for (i=0; i<6; i++)
|
||||
pEEPROM->mac_addr[i] = sMacAddr[i];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue