Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.
This commit is contained in:
parent
b68f7f1649
commit
5d5e359076
17 changed files with 868 additions and 25 deletions
|
@ -199,7 +199,7 @@ void XPROGTarget_EnableTargetTPI(void)
|
|||
DDRD |= (1 << 5) | (1 << 3);
|
||||
DDRD &= ~(1 << 2);
|
||||
|
||||
/* Set up the synchronous USART for XMEGA communications -
|
||||
/* Set up the synchronous USART for TINY communications -
|
||||
8 data bits, even parity, 2 stop bits */
|
||||
UBRR1 = (F_CPU / 500000UL);
|
||||
UCSR1B = (1 << TXEN1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue