雷达发送功能调整

This commit is contained in:
tiger_zhou 2024-01-25 10:57:34 +08:00
parent 51d8716d4f
commit 15de5df5fa

View File

@ -32,9 +32,7 @@ var (
)
func Default() RadarVobc {
defer func() {
initLock.Unlock()
}()
defer initLock.Unlock()
initLock.Lock()
if _radar == nil {
_radar = &radarVobc{}