anlogicCable: fixed typo
This commit is contained in:
parent
7129ffb201
commit
c6e5ec9cb0
|
|
@ -33,7 +33,7 @@ using namespace std;
|
||||||
* PA2 - JTAG TDI
|
* PA2 - JTAG TDI
|
||||||
* PA3 - JTAG TCK
|
* PA3 - JTAG TCK
|
||||||
* ref: https://github.com/AnlogicInfo/anlogic-usbjtag
|
* ref: https://github.com/AnlogicInfo/anlogic-usbjtag
|
||||||
/
|
*/
|
||||||
|
|
||||||
enum analogicCablePin {
|
enum analogicCablePin {
|
||||||
ANLOGICCABLE_TCK_PIN = (1 << 2),
|
ANLOGICCABLE_TCK_PIN = (1 << 2),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue