mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 08:02:07 +08:00
fix thneed paths
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "common/util.h"
|
||||
#include "common/clutil.h"
|
||||
#include "common/swaglog.h"
|
||||
#include "selfdrive/modeld/thneed/thneed.h"
|
||||
#include "sunnypilot/modeld/thneed/thneed.h"
|
||||
using namespace json11;
|
||||
|
||||
extern map<cl_program, string> g_program_source;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "selfdrive/modeld/thneed/thneed.h"
|
||||
#include "sunnypilot/modeld/thneed/thneed.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "selfdrive/modeld/thneed/thneed.h"
|
||||
#include "sunnypilot/modeld/thneed/thneed.h"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "selfdrive/modeld/thneed/thneed.h"
|
||||
#include "sunnypilot/modeld/thneed/thneed.h"
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
Reference in New Issue
Block a user