Remove void argument (#23928)

pull/23931/head
Gregor Kikelj 2022-03-08 23:51:27 +01:00 committed by GitHub
parent 51638bfe4d
commit 723560c20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}