From: OpenOCD-Gerrit <ope...@us...> - 2021-11-20 14:44:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 08dac883a14aab398922a4e61d55204d7cef644f (commit) from 46e39108400ef717d05c2cff66088f1b499a02a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 08dac883a14aab398922a4e61d55204d7cef644f Author: Tarek BOCHKATI <tar...@gm...> Date: Thu Nov 11 23:55:39 2021 +0100 jtag/hla_layout: add #include <target/arm_tpiu_swo.h> hla_layout.h uses explicitly tpiu_pin_protocol enum defined in arm_tpiu_swo.h. To make this header file consistent, add the missing include. Change-Id: Ibecc279da8d6859ced2b8377e812554c747d81bb Signed-off-by: Tarek BOCHKATI <tar...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/6687 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/src/jtag/hla/hla_layout.h b/src/jtag/hla/hla_layout.h index a8088fe95..732fe1e6a 100644 --- a/src/jtag/hla/hla_layout.h +++ b/src/jtag/hla/hla_layout.h @@ -23,6 +23,7 @@ #define OPENOCD_JTAG_HLA_HLA_LAYOUT_H #include <target/armv7m_trace.h> +#include <target/arm_tpiu_swo.h> /** */ struct hl_interface_s; ----------------------------------------------------------------------- Summary of changes: src/jtag/hla/hla_layout.h | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |