fix --with-uart-device setting

This commit is contained in:
matthias.ringwald 2009-07-16 19:00:56 +00:00
parent 1cd208ad37
commit 4b7a7cf2b5

View File

@ -91,7 +91,7 @@ if test "x$target" = xiphone; then
echo "USE_BLUETOOL=$USE_BLUETOOL"
fi
else
if test "x$UART_DEVICE"=xDEFAULT ; then
if test "x$UART_DEVICE" = xDEFAULT ; then
UART_DEVICE=/dev/ttyS0
fi
fi