Skip to content

Commit bf379d0

Browse files
committed
ports/psoc6/machine_pin_phy.h: Fixed typo.
Signed-off-by: enriquezgarc <[email protected]>
1 parent 8081c17 commit bf379d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/psoc6/machine_pin_phy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
case PIN_PHY_I2C_IN_USE_ERROR: \
1616
case PIN_PHY_SPI_IN_USE_ERROR: \
1717
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.")); \
18+
mp_raise_msg(&mp_type_Exception, MP_ERROR_TEXT("The chosen pin(s) might be already in use by another machine instance.")); \
1919
break; \
2020
} \
2121
}

0 commit comments

Comments
 (0)