only build on qcom2

pull/2048/head
Tici Engineer 5 years ago
parent 2699389457
commit 7c3917dc54
  1. 2
      selfdrive/camerad/main.cc

@ -379,6 +379,7 @@ void* frontview_thread(void *arg) {
return NULL;
}
#ifdef QCOM2
// wide
void* wideview_thread(void *arg) {
int err;
@ -545,6 +546,7 @@ void* wideview_thread(void *arg) {
return NULL;
}
#endif
// processing
void* processing_thread(void *arg) {

Loading…
Cancel
Save