pandad: remove return statement in constructor (#32975)

remove return
pull/32977/head
Dean Lee 1 year ago committed by GitHub
parent e3e54fb28b
commit 2156870df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/pandad/panda.cc

@ -26,8 +26,6 @@ Panda::Panda(std::string serial, uint32_t bus_offset) : bus_offset(bus_offset) {
hw_type = get_hw_type(); hw_type = get_hw_type();
can_reset_communications(); can_reset_communications();
return;
} }
bool Panda::connected() { bool Panda::connected() {

Loading…
Cancel
Save