olimex debug script - remove "set -x" debug flag.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/c9708658 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c9708658 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c9708658 Branch: refs/heads/develop Commit: c9708658fddf140f2b5ac25b58e165b6191e01ae Parents: 3a7f4e2 Author: Christopher Collins <[email protected]> Authored: Tue Aug 2 19:18:49 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Aug 3 19:54:16 2016 -0700 ---------------------------------------------------------------------- .../olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_debug.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c9708658/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_debug.sh ---------------------------------------------------------------------- diff --git a/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_debug.sh b/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_debug.sh index d402753..2f30773 100755 --- a/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_debug.sh +++ b/hw/bsp/olimex_stm32-e407_devboard/olimex_stm32-e407_devboard_debug.sh @@ -23,7 +23,6 @@ # - identities is the project identities string. # # -set -x if [ $# -lt 2 ]; then echo "Need binary to debug" exit 1
