Matthew Lister / X_NUCLEO_IDB0XA1

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Thu Nov 05 14:44:34 2015 +0100
Parent:
168:ad1dff5dca1f
Child:
170:8420604a24ef
Commit message:
Change irq mode

Changed in this revision

source/BlueNRGDevice.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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. */