fix paths for waste3 debug script

old-commit-hash: 9060d3c87b
commatwo_master
Adeeb Shihadeh 5 years ago
parent 370ba02e6c
commit 747ca1d354
  1. 4
      selfdrive/debug/internal/rt/waste3.c

@ -5,8 +5,8 @@
#include <arm_neon.h> #include <arm_neon.h>
#include <sys/prctl.h> #include <sys/prctl.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include "../../common/util.h" #include "../../../common/util.h"
#include "../../common/timing.h" #include "../../../common/timing.h"
#define CORES 3 #define CORES 3
double ttime[CORES]; double ttime[CORES];

Loading…
Cancel
Save