Updated with latest changes
[hackover2013-badge-firmware.git] / drivers / chibi / chb_drvr.c
index 4147725..fb78918 100644 (file)
@@ -766,7 +766,7 @@ static void chb_radio_init()
                       CHB_EINTPIN,
                       gpioInterruptSense_Edge,        // Edge-sensitive
                       gpioInterruptEdge_Single,       // Single edge
-                      gpioInterruptEvent_ActiveHigh); // High triggers interrupt
+                      gpioInterruptEvent_ActiveLow);  // High triggers interrupt
 
     // enable interrupt
     gpioIntEnable (CHB_EINTPORT,
This page took 0.018694 seconds and 4 git commands to generate.