diff options
author | nailyk-fr <nailyk_git@nailyk.fr> | 2017-06-08 16:11:20 +0200 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-06-11 06:05:52 +0000 |
commit | 50b7aeb428bf82756b7f8efc42991869ffc16e12 (patch) | |
tree | 3397c5f6eb90a9aa64ecfdf9eed2553bfb8e8b9e | |
parent | 7f6a3c665a9650ad108d9729ff47cd748b051490 (diff) |
shinano-common: BT: vnd.txt solve newline problem
* Parsing vnd_shinano.txt at built time cause an error because
of missing newline.
Change-Id: Ia737877f6a2bcc9fea61deac2f55399d202afc94
-rw-r--r-- | bluetooth/vnd_shinano.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt index e076a9d..31b1ff8 100644 --- a/bluetooth/vnd_shinano.txt +++ b/bluetooth/vnd_shinano.txt @@ -15,4 +15,4 @@ SCO_I2SPCM_IF_ROLE = 0 BTVND_DBG = FALSE BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE -UPIO_DBG = FALSE
\ No newline at end of file +UPIO_DBG = FALSE |