Forgot one place for instruction -> instruction_t

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1517 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Rutger Hofman 16 years ago
parent 730687ff7a
commit 3d545ea542

@ -30,7 +30,7 @@
#define MAXLEN_INSTRUCTION 20
typedef struct instruction instruction;
typedef struct instruction instruction_t;
struct instruction
{

Loading…
Cancel
Save