#!/bin/sh
DEV=${DEV-/dev/ttyARM}
CLOCK=${CLOCK-19661}
BAUD=${BAUD-38400}

set -x;
lpc21isp "$@" $DEV $BAUD $CLOCK
