humans are __weak__

This commit is contained in:
rusefi 2023-06-06 21:15:43 -04:00
parent 0e1fe9b26e
commit a1b0bcbc96
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ Gpio getWarningLedPin() {
return Gpio::D13; // orange LED on discovery
}
Gpio getCommunicationLedPin() {
Gpio getCommsLedPin() {
return Gpio::D15; // blue LED on discovery
}

View File

@ -1,4 +1,4 @@
Gpio getCommunicationLedPin() {
Gpio getCommsLedPin() {
return H144_LED3; // blue
}

View File

@ -1,4 +1,4 @@
Gpio getCommunicationLedPin() {
Gpio getCommsLedPin() {
return Gpio::H10; // blue
}

View File

@ -1,3 +1,3 @@
Gpio getCommunicationLedPin() {
Gpio getCommsLedPin() {
return H64_BLUE_LED; // blue
}