Skip to content

Commit

Permalink
Added --api glasgow switch
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 11, 2018
1 parent df3d9d7 commit 21e9142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jtagd/main.cpp
Expand Up @@ -105,6 +105,8 @@ int main(int argc, char* argv[])
api_type = API_FTDI;
else if(sapi == "pipe")
api_type = API_PIPE;
else if(sapi == "glasgow")
api_type = API_GLASGOW;
else
{
printf("Unrecognized interface API \"%s\", use --help\n", sapi.c_str());
Expand Down

0 comments on commit 21e9142

Please sign in to comment.