Remove void argument (#23928)

pull/214/head
Gregor Kikelj 3 years ago committed by GitHub
parent 51638bfe4d
commit 723560c20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/boardd/panda.cc

@ -338,7 +338,7 @@ void Panda::set_power_saving(bool power_saving) {
usb_write(0xe7, power_saving, 0);
}
void Panda::enable_deepsleep(void) {
void Panda::enable_deepsleep() {
usb_write(0xfb, 0, 0);
}

Loading…
Cancel
Save