openpilot v0.8.15 release

date: 2022-07-14T00:06:12
master commit: 5a7c2f90361e72e9c35e88abd2e11acdc4aba354
This commit is contained in:
Vehicle Researcher
2022-07-14 00:06:14 +00:00
parent 15ee981d5b
commit c5825aed76
408 changed files with 16648 additions and 6750 deletions
+2
View File
@@ -0,0 +1,2 @@
Import('env', 'common', 'cereal', 'messaging')
env.Program('clocksd.cc', LIBS=[common, cereal, messaging, 'capnp', 'zmq', 'kj'])