From 8c768b83f71594a13a07efcf3e830345663dad5f Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 29 Jul 2016 15:02:19 +0200 Subject: [PATCH] posix-h4: print if eHCILL is enabled or disabled --- port/posix-h4/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port/posix-h4/main.c b/port/posix-h4/main.c index 5c5f4402f..5bdcc728a 100644 --- a/port/posix-h4/main.c +++ b/port/posix-h4/main.c @@ -141,6 +141,8 @@ static void local_version_information_callback(uint8_t * packet){ hci_set_chipset(btstack_chipset_cc256x_instance()); #ifdef ENABLE_EHCILL printf("eHCILL enabled.\n"); +#else + printf("eHCILL disable.\n"); #endif break; case COMPANY_ID_BROADCOM_CORPORATION: