FIXED - typo

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@142 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
mlalondesvn 15 years ago
parent 64380d09c9
commit b770038cb6

@ -29,12 +29,12 @@ static inline void SPrint_P(const char *data)
while (!(UCSRA & (1 << UDRE)))
;
UDR = c;
UDR = ch;
#else
while (!(UCSR0A & (1 << UDRE0)))
;
UDR0 = c;
UDR0 = ch;
#endif
}
}

Loading…
Cancel
Save