mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-07 09:15:40 +08:00
634aa84919
version: lp-dp v0.9.5 for EON/C2 date: 2023-09-13T13:36:48 commit: 1d59b81c40b93f37d4a341c5d35b1c3cd293543d
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);
|