mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-08 03:32:06 +08:00
403e92e9c4
* move main() to main.cc
* move includes back
old-commit-hash: 498d54be9c
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);
|