pandad: remove return statement in constructor (#32975)

remove return
This commit is contained in:
Dean Lee
2024-07-13 07:20:49 +08:00
committed by GitHub
parent e3e54fb28b
commit 2156870df9
-2
View File
@@ -26,8 +26,6 @@ Panda::Panda(std::string serial, uint32_t bus_offset) : bus_offset(bus_offset) {
hw_type = get_hw_type();
can_reset_communications();
return;
}
bool Panda::connected() {