Skip to content

Commit

Permalink
openocd: lost change from my cherry-picking
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville authored and LorenzMeier committed Aug 21, 2013
1 parent fa8f8f2 commit 1c371a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Debug/runopenocd.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
openocd -f interface/olimex-arm-usb-ocd-h.cfg -f Debug/stm32f4x.cfg
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

openocd -f interface/olimex-arm-usb-ocd-h.cfg -f $DIR/px4fmu-v1-board.cfg

0 comments on commit 1c371a6

Please sign in to comment.