scripts/extract_dts_includes.py: Fix typo in device name list
For CONFIG_UART_PIPE_ON_DEV_NAME the chosen property is "zephyr,uart-pipe" not ""zephyr,bt-mon-uart". Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
b32b581a34
commit
a19f6629bb
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ def main():
|
|||
name_dict = {
|
||||
"CONFIG_UART_CONSOLE_ON_DEV_NAME": "zephyr,console",
|
||||
"CONFIG_BLUETOOTH_UART_ON_DEV_NAME": "zephyr,bt-uart",
|
||||
"CONFIG_UART_PIPE_ON_DEV_NAME": "zephyr,bt-mon-uart",
|
||||
"CONFIG_UART_PIPE_ON_DEV_NAME": "zephyr,uart-pipe",
|
||||
"CONFIG_BLUETOOTH_MONITOR_ON_DEV_NAME": "zephyr,bt-mon-uart"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue