mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 12:23:53 +08:00
* include_what_you_use
* remove comments
* include <memory>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 2d99521e75
10 lines
203 B
C++
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);
|