From c6e5ec9cb0f2489844e875bf0811763729603100 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Mon, 24 Feb 2025 19:42:27 +0100 Subject: [PATCH] anlogicCable: fixed typo --- src/anlogicCable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anlogicCable.cpp b/src/anlogicCable.cpp index 0ddab48..3a84883 100644 --- a/src/anlogicCable.cpp +++ b/src/anlogicCable.cpp @@ -33,7 +33,7 @@ using namespace std; * PA2 - JTAG TDI * PA3 - JTAG TCK * ref: https://github.com/AnlogicInfo/anlogic-usbjtag -/ +*/ enum analogicCablePin { ANLOGICCABLE_TCK_PIN = (1 << 2),