雷达发送功能调整
This commit is contained in:
parent
51d8716d4f
commit
15de5df5fa
|
@ -32,9 +32,7 @@ var (
|
|||
)
|
||||
|
||||
func Default() RadarVobc {
|
||||
defer func() {
|
||||
initLock.Unlock()
|
||||
}()
|
||||
defer initLock.Unlock()
|
||||
initLock.Lock()
|
||||
if _radar == nil {
|
||||
_radar = &radarVobc{}
|
||||
|
|
Loading…
Reference in New Issue