From 2754ff5c4715b5d7d68d7dcedef71cbd3ea3c4a0 Mon Sep 17 00:00:00 2001 From: ole00 Date: Tue, 19 Mar 2024 18:57:56 +0000 Subject: [PATCH] PC app: fixed typos in help text --- src_pc/afterburner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_pc/afterburner.c b/src_pc/afterburner.c index 164fec6..e825dc2 100644 --- a/src_pc/afterburner.c +++ b/src_pc/afterburner.c @@ -198,7 +198,7 @@ static void printHelp() { printf(" of the chip. If the programing voltage is unknown use 10V.\n"); printf(" - known VPP voltages as tested on Afterburner with Arduino UNO: \n"); printf(" Lattice GAL16V8D, GAL20V8B, GAL22V10D: 12V \n"); - printf(" Atmel ATF16V8B, AFT16V8C, ATF22V10C: 10V \n"); + printf(" Atmel ATF16V8B, ATF16V8C, ATF22V10C: 11V \n"); } static int8_t verifyArgs(char* type) {