trigger and start button pins not displayed by "pins" command #2084

This commit is contained in:
rusefi 2020-12-22 20:54:28 -05:00
parent da70fdced4
commit a65a5330de
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ void efiExtiEnablePin(const char *msg, brain_pin_e brainPin, uint32_t mode, palc
if (port == NULL)
return;
bool wasUsed = brain_pin_markUsed(brainPin, "EXTI input");
bool wasUsed = brain_pin_markUsed(brainPin, msg);
if (wasUsed) {
// error condition we shall bail
return;