From 75b5e72a004c05652f7672231869950b7a4d0e2b Mon Sep 17 00:00:00 2001 From: jxltom Date: Wed, 16 Sep 2020 23:31:11 +0800 Subject: [PATCH] Fix typo --- src/platforms/native/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/native/platform.h b/src/platforms/native/platform.h index 0799ab4..451d308 100644 --- a/src/platforms/native/platform.h +++ b/src/platforms/native/platform.h @@ -50,7 +50,7 @@ int usbuart_debug_write(const char *buf, size_t len); * LED1 = PB10 (Yellow LED : Idle) * LED2 = PB11 (Red LED : Error) * - * TPWR = RB0 (input) -- analogue on mini design ADC1, ch8 + * TPWR = PB0 (input) -- analogue on mini design ADC1, ch8 * nTRST = PB1 (output) [blackmagic] * PWR_BR = PB1 (output) [blackmagic_mini] -- supply power to the target, active low * TMS_DIR = PA1 (output) [blackmagic_mini v2.1] -- choose direction of the TCK pin, input low, output high