Skip to content

Commit

Permalink
fixup! tests: Bluetooth: tester: add xg24_rb4187c board
Browse files Browse the repository at this point in the history
address coding style errors
  • Loading branch information
kedMertens committed Nov 21, 2024
1 parent a01f811 commit ae20f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions tests/bluetooth/tester/boards/xg24_rb4187c.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024

CONFIG_BTTESTER_LOG_LEVEL_DBG=y

# will be deprecated in turn of CONFIG_BT_SEND_ECC_EMULATION, PR #79931
# will be deprecated in turn of CONFIG_BT_SEND_ECC_EMULATION##, PR #79931
CONFIG_BT_TINYCRYPT_ECC=y

CONFIG_UART_INTERRUPT_DRIVEN=y

6 changes: 3 additions & 3 deletions tests/bluetooth/tester/boards/xg24_rb4187c.overlay
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0 */

/ {
chosen {
zephyr,uart-pipe = &usart0;
};
chosen {
zephyr,uart-pipe = &usart0;
};
};

0 comments on commit ae20f94

Please sign in to comment.