Rose-Hulman Robotics Team

Changeset 450

Show
Ignore:
Timestamp:
03/11/09 20:07:48 (3 years ago)
Author:
kleinjt
Message:

fixed for new killswitch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/electronics/avr/killswitch/killremote.c

    r446 r450  
    6969                 
    7070                if(UCSR0A & (1<<7)) { 
    71                         in = usart_get(); 
     71                        usart_get(); 
    7272                        counter = 500;   
    7373                } 
     
    9393        else cbi(PORTC, 5);      
    9494} 
     95