Files
clearpilot/selfdrive/boardd/boardd.h
Your Name 4401b71958 wip
2024-04-27 03:24:56 -05:00

10 lines
203 B
C++

#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);