We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8081c17 commit bf379d0Copy full SHA for bf379d0
ports/psoc6/machine_pin_phy.h
@@ -15,7 +15,7 @@
15
case PIN_PHY_I2C_IN_USE_ERROR: \
16
case PIN_PHY_SPI_IN_USE_ERROR: \
17
case PIN_PHY_UART_IN_USE_ERROR: \
18
- mp_raise_msg(&mp_type_Exception, MP_ERROR_TEXT("The chosen pin(s) might be already in used by other machine instance.")); \
+ mp_raise_msg(&mp_type_Exception, MP_ERROR_TEXT("The chosen pin(s) might be already in use by another machine instance.")); \
19
break; \
20
} \
21
}
0 commit comments