gjhn

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
169:485bbcddf0c3
Parent:
168:ad1dff5dca1f
Child:
173:821942ac7d5a
--- a/source/BlueNRGDevice.cpp	Wed Nov 04 14:23:19 2015 +0100
+++ b/source/BlueNRGDevice.cpp	Thu Nov 05 14:44:34 2015 +0100
@@ -137,7 +137,7 @@
     	}
 
 	// Set the interrupt handler for the device
-	irq_.mode(PullNone); // betzw: set irq mode
+	irq_.mode(PullDown); // betzw: set irq mode
 	irq_.rise(&HCI_Isr);
 
 	/* ToDo: Clear memory contents, reset the SD, etc. */