Files
Vehicle Researcher 8a784e5123 openpilot v0.8.13
2022-02-23 16:38:14 -08:00

7 lines
166 B
C++

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