diff options
author | Quarx2k <agent00791@gmail.com> | 2017-02-07 16:25:02 +0600 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:16:16 +0100 |
commit | 2982bebe31713692fad00dbb7bf87ae27a6063a3 (patch) | |
tree | 90d5b73826fd2d483385385ed7f75882af69770b | |
parent | 9bb69e6ee292d3e3ebb13a7bb8511ab6981be1e4 (diff) |
uim: rename UartPort to UimUartPort for prevent conflict with libbt
Change-Id: I8acb88d0485f77e6e48d7c57c24cffd1135fd36f
-rw-r--r-- | bluetooth/bt_vendor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bluetooth/bt_vendor.conf b/bluetooth/bt_vendor.conf index b2a7bd7..1f4a63a 100644 --- a/bluetooth/bt_vendor.conf +++ b/bluetooth/bt_vendor.conf @@ -3,8 +3,8 @@ ####################################################################################### # UART device port where Bluetooth controller is attached (default ttyS1) -UartPort = /dev/ttyHS0 -BtDrvDev = /dev/brcm_bt_drv +UartPort = /dev/brcm_bt_drv +UimUartPort = /dev/ttyHS0 # Target Baudrate to change to if different from 3000000 # This entry is mandatory if using V4L2 |