* move main() to main.cc * move includes back old-commit-hash: 498d54be9c6d6a81da64b72d4fc17ae2873d5fe9
7 lines
166 B
C++
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);
|