Subversion Repositories HomeAutomation

Rev

Rev 60 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 60 Rev 69
Line 195... Line 195...
195
        /* store new index */
195
        /* store new index */
196
        UART_RxHead = tmphead;
196
        UART_RxHead = tmphead;
197
        /* store received data in buffer */
197
        /* store received data in buffer */
198
        UART_RxBuf[tmphead] = data;
198
        UART_RxBuf[tmphead] = data;
199
    }
199
    }
200
    UART_LastRxError = lastRxError;  
200
    UART_LastRxError = lastRxError;
201
}
201
}
202
 
202
 
203
 
203
 
204
ISR(UART0_TRANSMIT_INTERRUPT)
204
ISR(UART0_TRANSMIT_INTERRUPT)
205
/*************************************************************************
205
/*************************************************************************