X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftransport%2Ftransport.h;h=140ef503d7e0f2e3e6ec0b98fed62ef6ae9e23ec;hp=d0a77ddfbd230b0b54b509357093a8641702e0e9;hb=8b66c96974cafa24ebcd2739aae5e1a5a64fdf22;hpb=78a44055c50f4ea10ebb14714c4b6563cd64f71b diff --git a/src/transport/transport.h b/src/transport/transport.h index d0a77ddfbd..140ef503d7 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -97,10 +97,7 @@ bool transports_are_declared(void); bool transport_is_jtag(void); bool transport_is_swd(void); -/* FIXME: ZY1000 test build on jenkins is configured with enabled hla adapters - * but jtag/hla/hla_*.c files are not compiled. To workaround the problem we assume hla - * is broken if BUILD_ZY1000 is set */ -#if BUILD_HLADAPTER && !BUILD_ZY1000 +#if BUILD_HLADAPTER bool transport_is_hla(void); #else static inline bool transport_is_hla(void)