better (?) message

only:uaefi
This commit is contained in:
rusefillc 2025-01-02 18:21:18 -05:00
parent 8a92f1e856
commit 37e91f1dfb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ int efiExtiEnablePin(const char *msg, brain_pin_e brainPin, uint32_t mode, ExtiC
/* is this index already used? */
if (channel.Callback) {
firmwareError(ObdCode::CUSTOM_ERR_PIN_ALREADY_USED_2, "%s: pin %s/index %d: exti index already used by %s",
firmwareError(ObdCode::CUSTOM_ERR_PIN_ALREADY_USED_2, "%s: pin %s/index %d: exti index already used by %s (stm32 limitation, cannot use those two pins as event inputs simultaneously)",
msg,
hwPortname(brainPin),
index,