mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 17:23:44 +08:00
Remove void argument (#23928)
old-commit-hash: 723560c20f18e9fc737f19b8f320ffe78b8f11cd
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