X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fjtag%2Finterface.h;h=afe21086c0f79f238ff8f06db9b2fb400334f981;hb=2b1bd97508ebaf33c76d4f36ec4bb85592801055;hp=83ff6fa4fb940a2e4e76a0612181a6aa5662936c;hpb=41018ff44b5393137c6bd41701d9c72780a65a0a;p=openocd diff --git a/src/jtag/interface.h b/src/jtag/interface.h index 83ff6fa4..afe21086 100644 --- a/src/jtag/interface.h +++ b/src/jtag/interface.h @@ -59,7 +59,7 @@ void tap_set_state_impl(tap_state_t new_state); #if defined(_DEBUG_JTAG_IO_) #define tap_set_state(new_state) \ do { \ - LOG_DEBUG( "tap_set_state(%s)", tap_state_name(new_state) ); \ + LOG_DEBUG("tap_set_state(%s)", tap_state_name(new_state)); \ tap_set_state_impl(new_state); \ } while (0) #else @@ -160,9 +160,6 @@ bool tap_is_state_stable(tap_state_t astate); */ tap_state_t tap_state_transition(tap_state_t current_state, bool tms); -/// Provides user-friendly name lookup of TAP states. -tap_state_t tap_state_by_name(const char *name); - /// Allow switching between old and new TMS tables. @see tap_get_tms_path void tap_use_new_tms_table(bool use_new); /// @returns True if new TMS table is active; false otherwise. @@ -228,7 +225,7 @@ typedef struct jtag_interface_s int (*quit)(void); /** - * Returns JTAG maxium speed for KHz. 0=RTCK. The function returns + * Returns JTAG maxium speed for KHz. 0 = RTCK. The function returns * a failure if it can't support the KHz/RTCK. * * WARNING!!!! if RTCK is *slow* then think carefully about