mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 21:41:13 +00:00
fix --with-uart-device setting
This commit is contained in:
parent
1cd208ad37
commit
4b7a7cf2b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user