fix paths for waste3 debug script

pull/2248/head
Adeeb Shihadeh 5 years ago
parent c13c6ef76b
commit 9060d3c87b
  1. 4
      selfdrive/debug/internal/rt/waste3.c

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

Loading…
Cancel
Save