Merge common/ and selfdrive/common (#24556)

* Merge common/ and selfdrive/common

* fix that

* fix version

* fix unit tests
This commit is contained in:
Adeeb Shihadeh
2022-05-18 14:11:57 -07:00
committed by GitHub
parent e4b7791044
commit cb8885cffb
140 changed files with 286 additions and 285 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <pthread.h>
#include <arm_neon.h>
#include <sys/sysinfo.h>
#include "../selfdrive/common/timing.h"
#include "../common/timing.h"
int get_nprocs(void);
double *ttime, *oout;