Remove void argument (#23928)

old-commit-hash: 723560c20f18e9fc737f19b8f320ffe78b8f11cd
This commit is contained in:
Gregor Kikelj
2022-03-08 23:51:27 +01:00
committed by GitHub
parent ec8ce63c42
commit cd1ba97c07
+1 -1
View File
@@ -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);
}