Updated atmega168 project files.

This commit is contained in:
skarg
2007-08-16 22:13:57 +00:00
parent 62d557a58d
commit 07816a3fd5
8 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ void RS485_Send_Frame(
/* delay after reception - per MS/TP spec */
if (mstp_port) {
/* wait about 40 bit times since reception */
turnaround_time = (40UL*1000UL)/RS485_Baud;
turnaround_time = (Tturnaround*1000UL)/RS485_Baud;
if (!turnaround_time) {
turnaround_time = 1;
}