Changeset 2173


Ignore:
Timestamp:
06/23/12 17:02:33 (12 months ago)
Author:
thomas
Message:

capture wrong radio IRQ status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/openos/bsp/chips/at86rf231/radio.c

    r2137 r2173  
    9999 
    100100void radio_setTimerPeriod(PORT_TIMER_WIDTH period) { 
    101  
    102101   radiotimer_setPeriod(period); 
    103102} 
     
    134133    
    135134   // wiggle debug pin 
    136    debugpins_radio_clr(); 
     135   //poipoidebugpins_radio_clr(); 
    137136   leds_radio_off(); 
    138137    
     
    414413         // kick the OS 
    415414         return 1; 
     415      } else { 
     416         while(1); 
    416417      } 
    417418   } 
     
    425426         // kick the OS 
    426427         return 1; 
     428      } else { 
     429         while(1); 
    427430      } 
    428431   } 
Note: See TracChangeset for help on using the changeset viewer.