From 1f59ad7aeae1045ec62d4ffdf52335e0b2eea2cd Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 10 Jan 2020 07:19:41 +0100 Subject: [PATCH] Bluetooth: tests: Fix typo'd CONFIG_ARCH_POSIX in comment Detected by an improved CI check that also checks samples and tests. Signed-off-by: Ulf Magnusson --- tests/bluetooth/bsim_bt/edtt_ble_test_app/common/edtt_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bluetooth/bsim_bt/edtt_ble_test_app/common/edtt_driver.h b/tests/bluetooth/bsim_bt/edtt_ble_test_app/common/edtt_driver.h index 9c35d0f0cdd..c490487d5cc 100644 --- a/tests/bluetooth/bsim_bt/edtt_ble_test_app/common/edtt_driver.h +++ b/tests/bluetooth/bsim_bt/edtt_ble_test_app/common/edtt_driver.h @@ -33,7 +33,7 @@ int edtt_write(u8_t *ptr, size_t size, int flags); */ void enable_edtt_mode(void); void set_edtt_autoshutdown(bool mode); -#endif /* CONFIG_POSIX_ARCH */ +#endif /* CONFIG_ARCH_POSIX */ #ifdef __cplusplus }