mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-15 08:43:43 +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