mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 08:46:11 +08:00
Remove void argument (#23928)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user