From 7f54cab47a3bd5a743c167990a7a2647a57f6329 Mon Sep 17 00:00:00 2001 From: Zlatko <zlatko.dev@gmail.com> Date: Mon, 19 Aug 2019 15:19:24 +0000 Subject: [PATCH] Update debugger.rst make CMSIS warning more readable --- Documentation/debugger.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/debugger.rst b/Documentation/debugger.rst index 2a2560f2..5d758fc8 100644 --- a/Documentation/debugger.rst +++ b/Documentation/debugger.rst @@ -23,10 +23,11 @@ the following commands: $ ./bootstrap $ ./configure --disable-werror -Make sure ``CMSIS-DAP Compliant Debugger`` is set to **yes (auto)** after -running ``./configure`` (if it is not, you might need to install ``libhidapi-dev`` -(Ubuntu)). If you get errors making the documentation you can -``touch doc/openocd.info`` to skip it and continue with ``make``. +.. warning: + Make sure ``CMSIS-DAP Compliant Debugger`` is set to **yes (auto)** after + running ``./configure`` (if it is not, you might need to install ``libhidapi-dev`` + (Ubuntu)). If you get errors making the documentation you can + ``touch doc/openocd.info`` to skip it and continue with ``make``. .. code-block:: shell-session -- GitLab