[components][drivers][wlan] 修复一处加锁错误
This commit is contained in:
parent
4723d5d472
commit
e094371969
|
@ -1800,7 +1800,7 @@ rt_err_t rt_wlan_register_event_handler(rt_wlan_event_t event, rt_wlan_event_han
|
|||
}
|
||||
RT_WLAN_LOG_D("%s is run event:%d", __FUNCTION__, event);
|
||||
|
||||
MGNT_UNLOCK();
|
||||
MGNT_LOCK();
|
||||
/* Registering Callbacks */
|
||||
level = rt_hw_interrupt_disable();
|
||||
event_tab[event].handler = handler;
|
||||
|
|
Loading…
Reference in New Issue