merge utilpp.h into util.h (#19710)

old-commit-hash: 595830135bb79c8b23eb8339ae768ca7b6a822f8
This commit is contained in:
Dean Lee
2021-01-11 06:57:32 +08:00
committed by GitHub
parent 0993acc8a6
commit 4c1919f41e
39 changed files with 127 additions and 171 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from libcpp cimport bool
cdef extern from "selfdrive/common/params.cc":
pass
cdef extern from "selfdrive/common/util.c":
cdef extern from "selfdrive/common/util.cc":
pass
cdef extern from "selfdrive/common/params.h":