Skip to content

Commit 9c8d6b2

Browse files
committed
typo
1 parent 2384463 commit 9c8d6b2

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H743xI/TARGET_NUCLEO_H743ZI

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H743xI/TARGET_NUCLEO_H743ZI/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
//*** ADC ***
54-
// Note: ADCn_INNx channels are used in Differential mode. See the Reference Manual for more information on how to tuse them.
54+
// Note: ADCn_INNx channels are used in Differential mode. See the Reference Manual for more information on how to use them.
5555
MBED_WEAK const PinMap PinMap_ADC[] = {
5656
{PA_0, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 16, 0)}, // ADC1_INP16
5757
{PA_1, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 17, 0)}, // ADC1_INP17 // Connected to RMII_REF_CLK

0 commit comments

Comments
 (0)