Remove LED functionality

This commit is contained in:
Allen Hill
2023-08-19 20:01:59 -04:00
parent 1da1a52c68
commit 84fa2fdebc
3 changed files with 0 additions and 14 deletions
-4
View File
@@ -33,10 +33,6 @@ byte RS232_RxCharBuffer[25], RS232_RxCharBegin, RS232_RxCharEnd;
byte readkey;
void RS232_Init(void) {
// // init LED
// sbi(DDRB, 5);
// cbi(PORTB, 5);
RS232_RxCharBegin = RS232_RxCharEnd = 0;
USART0.CTRLA = USART_RXCIE_bm; // Enable receive interrupts