diff --git a/jtag/include/state.h b/jtag/include/state.h index 1a8dfb3d..d8e9ddb6 100644 --- a/jtag/include/state.h +++ b/jtag/include/state.h @@ -25,7 +25,7 @@ #ifndef STATE_H #define STATE_H -#include +#define bit(b) (1 << (b)) #define TAPSTAT_DR bit(0) #define TAPSTAT_IR bit(1)