This commit is contained in:
Your Name
2024-04-27 03:24:56 -05:00
parent 680e909d73
commit 4401b71958
21 changed files with 1983 additions and 6932 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <string>
#include <vector>
#include "selfdrive/boardd/panda.h"
bool safety_setter_thread(std::vector<Panda *> pandas);
void boardd_main_thread(std::vector<std::string> serials);