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 }