rts-sim-testing-service/third_party/third_party.go

9 lines
153 B
Go
Raw Normal View History

package third_party
2023-11-09 13:05:29 +08:00
import "joylink.club/bj-rtsts-server/third_party/message"
2023-11-09 13:05:29 +08:00
func Init() {
message.InitRsspCrcTable()
2023-11-23 15:16:42 +08:00
message.CreateCanCrcTable()
}