mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 05:23:06 +00:00
rtl8188eu: Convert "typdef enum LED_PIN_871x" to "enum LED_PIN_871x"
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
159c578e85
commit
f29537124a
2 changed files with 5 additions and 7 deletions
|
@ -71,15 +71,13 @@ void ResetLedStatus(PLED_871x pLed) {
|
|||
pLed->bLedScanBlinkInProgress = false;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Description: */
|
||||
/* Initialize an LED_871x object. */
|
||||
/* */
|
||||
void
|
||||
InitLed871x(
|
||||
_adapter *padapter,
|
||||
PLED_871x pLed,
|
||||
LED_PIN_871x LedPin
|
||||
enum LED_PIN_871x LedPin
|
||||
)
|
||||
{
|
||||
pLed->padapter = padapter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue