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/2a8f6e42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/2a8f6e42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/2a8f6e42 Branch: refs/heads/sterly_refactor Commit: 2a8f6e42a0ce6daaba04aed740899a2054851a50 Parents: deee95e Author: Christopher Collins <[email protected]> Authored: Tue Aug 2 19:18:49 2016 -0700 Committer: Sterling Hughes <[email protected]> Committed: Tue Aug 9 16:05:21 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/2a8f6e42/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
