[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/pxa27x/cif HplPXA27XQuickCaptIntM.nc, 1.2, 1.3
kusy
kusy at users.sourceforge.net
Wed Jan 14 16:57:51 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x/cif
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8810
Modified Files:
HplPXA27XQuickCaptIntM.nc
Log Message:
Removed two includes which shouldn't be here.
Index: HplPXA27XQuickCaptIntM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x/cif/HplPXA27XQuickCaptIntM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HplPXA27XQuickCaptIntM.nc 11 Jun 2008 00:46:24 -0000 1.2
--- HplPXA27XQuickCaptIntM.nc 15 Jan 2009 00:57:49 -0000 1.3
***************
*** 46,51 ****
* @version October 25, 2007
*/
- #include "SCCB.h"
- #include "OV7649.h"
#include "PXA27XQuickCaptInt.h"
#include "DMA.h"
--- 46,49 ----
***************
*** 151,155 ****
async command void HplPXA27XQuickCaptInt.disableQuick()
{
- led_clr();//call LED_PIN.clr();
CICR0 &= ~(CICR0_EN);
CISR |= CISR_CQD;
--- 149,152 ----
***************
*** 219,223 ****
//atomic{printfUART(">>>>>>>>>>>>>>> PPID_CIF_Irq.fired() >>>>>>>>>>>\n", "");}
volatile uint32_t tempCISR;
- call Leds.led0Toggle();
atomic { tempCISR = CISR; }
--- 216,219 ----
***************
*** 225,229 ****
if ((tempCISR & CISR_SOF) && (~(CICR0) & CICR0_SOFM)) {
atomic CISR |= CISR_SOF;
- led_set();//call LED_PIN.set();
signal HplPXA27XQuickCaptInt.startOfFrame();
// this disables CIF after the current frame capture is done
--- 221,224 ----
***************
*** 233,237 ****
if ((tempCISR & CISR_EOF) && (~(CICR0) & CICR0_EOFM)) {
atomic CISR |= CISR_EOF;
- led_clr();//call LED_PIN.clr();
signal HplPXA27XQuickCaptInt.endOfFrame();
return;
--- 228,231 ----
More information about the Tinyos-2-commits
mailing list